Skip to main content

base_router

Function base_router 

Source
pub fn base_router<S>() -> Router<S>
where S: Clone + Send + Sync + 'static,
Expand description

A Router preseeded with GET /health. Services merge their routes onto it.