pub fn health_routes() -> Router<AppState>
Expand description
Builds the /health
route group.
This includes a single GET /health
endpoint that returns a basic success message.
Useful for uptime checks, load balancers, or deployment health monitoring.
ยงReturns
An Axum Router
with the GET /health
route configured.