1 2 3 4 5 6 7 8
//! Route aggregation module //! //! All routes are registered here via `App::configure()`. pub mod health; // Re-export health scope for use in main.rs pub use health::health_scope;