This commit is contained in:
2026-03-30 15:34:54 +00:00
parent 9f7db47528
commit 3dcfd39e84
6 changed files with 198 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"request": "launch",
"module": "uvicorn",
"args": [
"app:app",
"app.main:app",
"--host=0.0.0.0",
"--reload",
"--port=18881"