//! 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;