feat: add /api/health endpoint alias
This commit is contained in:
@@ -52,6 +52,7 @@ STATIC_DIR = Path(__file__).parent / "static"
|
||||
# ── Health ─────────────────────────────────────────────────────────
|
||||
|
||||
@app.get("/health")
|
||||
@app.get("/api/health")
|
||||
async def health():
|
||||
return {"status": "ok"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user