moved path to router.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user