notegraf_web/routes/
mod.rs

1mod index;
2pub use index::config as index_config;
3
4mod api_v1;
5pub use api_v1::config as api_v1_config;