Skip to content

Commit

Permalink
Merge branch 'feature/add-homepage' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Dec 29, 2023
2 parents 6da7a90 + 7699742 commit 5f64de6
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 @@ -74,3 +74,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 5f64de6

Please sign in to comment.