Skip to content

Commit

Permalink
fix: uncomment initialise_routes
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Jul 23, 2023
1 parent 9998ad2 commit acc0477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def initialise(cls) -> Generator[FastAPI, None, None]:
initialises everything
"""
self = cls()
# self.initialise_routes()
self.initialise_routes()
self.initialise_server()

yield self.app
Expand Down

0 comments on commit acc0477

Please sign in to comment.