docs use const routes

This commit is contained in:
realaravinth
2021-05-02 18:36:39 +05:30
parent 4b6e3496cd
commit 0531a26274
5 changed files with 45 additions and 12 deletions

View File

@@ -40,6 +40,7 @@ mod middleware;
pub use api::v1::ROUTES as V1_API_ROUTES;
pub use data::Data;
pub use docs::DOCS;
pub use pages::routes::ROUTES as PAGES;
pub use settings::Settings;
use static_assets::FileMap;