Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/add-homepage' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Jan 4, 2024
2 parents ac87404 + 7699742 commit bd060b1
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 bd060b1

Please sign in to comment.