Skip to content

Commit 89c3abf

Browse files
committed
Update launch configuration to use app_factory for dynamic application instantiation
1 parent 379d76b commit 89c3abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"request": "launch",
2727
"module": "uvicorn",
2828
"args": [
29-
"main:app",
29+
"app.app_factory:app_factory",
3030
"--reload",
3131
],
3232
"justMyCode": false

0 commit comments

Comments
 (0)