Skip to content

Commit

Permalink
feat: Updated demo/web/api/monitoring/views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Oct 21, 2023
1 parent b30a425 commit 1dd03e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/web/api/monitoring/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ async def health_check() -> dict:
try:
return {"status": "OK"}
except Exception:
raise HTTPException(status_code=status.HTTP_500_INTERNAL_SERVER_ERROR, detail="API is not healthy") from None
raise HTTPException(status_code=status.HTTP_500_INTERNAL_SERVER_ERROR, detail="API is not healthy")

0 comments on commit 1dd03e7

Please sign in to comment.