Skip to main content

compose_router

Function compose_router 

Source
pub fn compose_router<S>(
    state: S,
    cors_origins: &[String],
    api_routes: Router<S>,
) -> Router
Expand description

Mount /health, /internal/probe, merge authenticated /v1/*, and CORS defaults.

api_routes must already include the bearer-token route_layer from the host crate.