backend/config/
mod.rs

1//! Configuration of the server.
2
3pub mod api_doc;
4pub mod app;
5pub mod auth;
6pub mod data;
7pub mod routes;