Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
collinmutembei committed Nov 10, 2023
1 parent 901c280 commit 50cda1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cwd": "${workspaceFolder}/src/",
"module": "uvicorn",
"args": [
"app.main:api",
"api.main:api",
"--host",
"0.0.0.0",
"--port",
Expand Down

0 comments on commit 50cda1e

Please sign in to comment.