mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 02:38:31 +02:00
refactor: better separation of dependencies to crates
node stuff to html crate only
This commit is contained in:
3
html-router/src/middlewares/mod.rs
Normal file
3
html-router/src/middlewares/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub mod analytics_middleware;
|
||||
pub mod auth_middleware;
|
||||
pub mod response_middleware;
|
||||
Reference in New Issue
Block a user