Moved include into router.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2025-12-26 13:48:02 -05:00
parent a63a519ede
commit fd9754d224
4 changed files with 44 additions and 39 deletions

View File

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