Skip to main content

build_router

Function build_router 

Source
pub fn build_router(state: Arc<AppState>, max_body_bytes: usize) -> Router
Expand description

Builds the Axum [Router] with all embedding, health, and fleet-discovery routes, a configurable body limit (default 32 MiB), request-id propagation, and structured tracing.