1 2 3 4 5 6
pub mod handlers; pub mod models; pub mod routes; pub mod validation; pub use routes::routes;