moved path to router.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2025-12-26 15:03:42 -05:00
parent fd9754d224
commit 7cfc982be9
4 changed files with 29 additions and 87 deletions

View File

@@ -1,7 +1,7 @@
use crate::{
message::{Path, Route},
message::Route,
mtterror::MTTError,
router::Include,
router::{Include, Path},
};
use isolang::Language;
use std::collections::HashMap;