feature/initial #1

Merged
tliu93 merged 2 commits from feature/initial into main 2025-09-12 16:07:22 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit db591679c9 - Show all commits

View File

@@ -10,7 +10,8 @@
"request": "launch", "request": "launch",
"module": "uvicorn", "module": "uvicorn",
"args": [ "args": [
"main:app", "app:app",
"--host=0.0.0.0",
"--reload", "--reload",
"--port=5000" "--port=5000"
], ],

View File