Moved include into 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,6 +1,7 @@
|
||||
use crate::{
|
||||
message::{Include, Path, Route},
|
||||
message::{Path, Route},
|
||||
mtterror::MTTError,
|
||||
router::Include,
|
||||
};
|
||||
use isolang::Language;
|
||||
use std::collections::HashMap;
|
||||
|
||||
Reference in New Issue
Block a user