We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eef86 commit 85fff39Copy full SHA for 85fff39
1 file changed
wacruit/src/main.py
@@ -1,11 +1,9 @@
1
import uvicorn
2
3
from wacruit.src.app import create_app
4
-from wacruit.src.apps.router import api_router
5
6
# Entrypoint for Docker container.
7
app = create_app()
8
-app.include_router(api_router)
9
10
11
def main():
0 commit comments