Skip to content

Commit

Permalink
added status hook
Browse files Browse the repository at this point in the history
  • Loading branch information
joan-bookline committed Jul 13, 2023
1 parent b9c45ff commit 7e38f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def hello_world(request: Request) -> Any:


@app.post("/status")
def hello_world(request: Request) -> Any:
def status(request: Request) -> Any:
return 200


Expand Down

0 comments on commit 7e38f74

Please sign in to comment.