Skip to content

Commit aef569a

Browse files
committed
fix(vscode)!: fix debugger for fastapi behind nginx proxy
1 parent 9034d41 commit aef569a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/api/.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"args": [
1313
"run",
1414
"api/main.py",
15+
"--root-path=/api",
1516
"--reload"
1617
]
1718
}

0 commit comments

Comments
 (0)