diff --git a/web/app.py b/web/app.py index 4c6b8ea..2c90fd6 100644 --- a/web/app.py +++ b/web/app.py @@ -179,6 +179,7 @@ async def progress_stream(task_id: str): @app.get("/health") +@app.get("/api/health") async def health(): return {"status": "ok"}