Fix: add /api/health endpoint for Coolify healthcheck

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 12:15:11 +00:00
parent 5a8d5cac0a
commit 6a62edbdb4

View File

@@ -179,6 +179,7 @@ async def progress_stream(task_id: str):
@app.get("/health")
@app.get("/api/health")
async def health():
return {"status": "ok"}