diff --git a/web/app.py b/web/app.py index b4a7b60..527493d 100644 --- a/web/app.py +++ b/web/app.py @@ -52,6 +52,7 @@ STATIC_DIR = Path(__file__).parent / "static" # ── Health ───────────────────────────────────────────────────────── @app.get("/health") +@app.get("/api/health") async def health(): return {"status": "ok"}