This commit is contained in:
ITO Mac
2026-05-04 20:20:39 +02:00
parent 4c03224cff
commit d9253a952f

View File

@@ -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,