Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Aug 28, 2024
1 parent 5df2d26 commit 92fbab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ async def messages(req: Request) -> Response:
# Add route to app
app.router.add_post("/api/messages", messages)

return app


# Enable logging
enable_logging()
Expand Down

0 comments on commit 92fbab4

Please sign in to comment.