//! Route definitions and grouping.
//!
//! Placeholder for organizing routes into logical groups and applying
//! per-group middleware. The live routing table currently lives in
//! [`create_router`](crate::api::rest::create_router); this module is reserved for splitting that
//! table into composable sub-routers as the surface grows.
// This module can be used for organizing routes into logical groups
// and applying middleware to specific route groups