Skip to content

Commit 9c4a073

Browse files
author
devbruce
committed
chore: change debug port(32001 -> 55000)
1 parent 1ae1588 commit 9c4a073

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
@@ -11,7 +11,7 @@
1111
"module": "uvicorn",
1212
"args": [
1313
"src.main:create_app",
14-
"--port=32001",
14+
"--port=55000",
1515
"--factory",
1616
"--reload",
1717
],

0 commit comments

Comments
 (0)