diff --git a/app/main.py b/app/main.py index dc3dff6..05ad45b 100644 --- a/app/main.py +++ b/app/main.py @@ -17,7 +17,7 @@ ) -@app.get("/health", status_code=201) +@app.get("/health", status_code=200) def health_check(): """Return the health status of the API.""" return {"status": "ok"}