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 379d76b commit 89c3abfCopy full SHA for 89c3abf
.vscode/launch.json
@@ -26,7 +26,7 @@
26
"request": "launch",
27
"module": "uvicorn",
28
"args": [
29
- "main:app",
+ "app.app_factory:app_factory",
30
"--reload",
31
],
32
"justMyCode": false
0 commit comments