From d9253a952fa5b3a52655b4bc5c76bfa7ac376b92 Mon Sep 17 00:00:00 2001 From: ITO Mac Date: Mon, 4 May 2026 20:20:39 +0200 Subject: [PATCH] . --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 6e55095..d64e7c4 100644 --- a/app/main.py +++ b/app/main.py @@ -7,7 +7,7 @@ _healthy = True @app.get("/health") -def health(): +async def health(): if not _healthy: return JSONResponse( status_code=status.HTTP_503_SERVICE_UNAVAILABLE,