pub fn liveness_router<S>() -> Router<S>where S: Clone + Send + Sync + 'static,
Mount GET /health, an always-200 OK liveness probe.
GET /health
200 OK