Skip to content

Commit

Permalink
return 200 at /
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Dec 29, 2023
1 parent c04d873 commit 7699742
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ def __init__(self, config: AppConfig):

config = AppConfig()
main_app = App(config)


@main_app.api.get('/', status_code=200)
def home():
return {}

0 comments on commit 7699742

Please sign in to comment.