pub fn build_router(state: RouterState) -> RouterExpand description
Builds the HTTP router with all registered routes.
This function constructs an axum router and registers all read-only introspection routes (health, ready, stats) with the provided state.
§Arguments
state- The shared router state containing configuration and projection
§Returns
An axum Router configured with all registered routes and the shared state.