Skip to content

Commit

Permalink
Add docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravWaghmare committed Jul 28, 2024
1 parent 5dafa65 commit 852372a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@

@app.get("/ping")
async def root():
"""
Health check endpoint
"""
return {"message": "pong"}

0 comments on commit 852372a

Please sign in to comment.