async fn healthz() -> impl IntoResponseExpand description
GET /healthz — liveness probe. Always 200 OK with
{"status": "healthy"} while the process is running. Exempt from auth.
async fn healthz() -> impl IntoResponseGET /healthz — liveness probe. Always 200 OK with
{"status": "healthy"} while the process is running. Exempt from auth.