We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac46f95 commit 5812700Copy full SHA for 5812700
1 file changed
main.py
@@ -63,7 +63,7 @@ async def health_check(db: Annotated[AsyncSession, Depends(get_db)]):
63
status_code=status.HTTP_503_SERVICE_UNAVAILABLE,
64
detail="Database is not available",
65
) from e
66
- return {"status": "healthy"}
+ return {"status": "healthy!"}
67
68
69
@app.get("/", include_in_schema=False, name="home")
0 commit comments