Changed healthcheck endpoint output
This commit is contained in:
@@ -10,4 +10,4 @@ app.include_router(keys.router, prefix=f"{settings.API_V1_STR}/keys", tags=["key
|
|||||||
# Health endpoint (useful for docker, agent and uptime)
|
# Health endpoint (useful for docker, agent and uptime)
|
||||||
@app.get("/healthz")
|
@app.get("/healthz")
|
||||||
def healthz():
|
def healthz():
|
||||||
return {"status": 'ok'}
|
return {"ok": True}
|
Reference in New Issue
Block a user