1
2
3
4
5
6
7
//! Configuration of the server.

pub mod api_doc;
pub mod app;
pub mod auth;
pub mod data;
pub mod routes;