Skip to content

Commit 5812700

Browse files
committed
testing CI/CD
1 parent ac46f95 commit 5812700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async def health_check(db: Annotated[AsyncSession, Depends(get_db)]):
6363
status_code=status.HTTP_503_SERVICE_UNAVAILABLE,
6464
detail="Database is not available",
6565
) from e
66-
return {"status": "healthy"}
66+
return {"status": "healthy!"}
6767

6868

6969
@app.get("/", include_in_schema=False, name="home")

0 commit comments

Comments
 (0)