diff --git a/agents-api/agents_api/routers/healthz/check_health.py b/agents-api/agents_api/routers/healthz/check_health.py index 08d1da026..9336609b8 100644 --- a/agents-api/agents_api/routers/healthz/check_health.py +++ b/agents-api/agents_api/routers/healthz/check_health.py @@ -15,4 +15,4 @@ async def check_health() -> dict: except Exception as e: return {"status": "error", "message": str(e)} - return {"status": "ok"} \ No newline at end of file + return {"status": "ok"} diff --git a/agents-api/agents_api/web.py b/agents-api/agents_api/web.py index 21fd2f1eb..fc4b50935 100644 --- a/agents-api/agents_api/web.py +++ b/agents-api/agents_api/web.py @@ -28,12 +28,12 @@ agents, docs, files, + healthz, internal, jobs, sessions, tasks, users, - healthz, ) if not sentry_dsn: