Static content serving from non-root routes

This commit is contained in:
Jai A
2020-06-02 20:59:20 -07:00
parent e03e58323b
commit a47634bf49
10 changed files with 102 additions and 76 deletions

View File

@@ -1,8 +1,8 @@
mod index;
mod mod_editor;
mod mod_page;
mod search;
pub use self::mod_editor::mod_editor_get;
pub use self::mod_page::mod_page_get;
pub use self::search::index_mods;
pub use self::search::search_get;