This commit is contained in:
2026-01-25 00:13:38 +03:00
parent 88193a8955
commit c58fb7e9be
4 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ def startDev():
uvicorn.run(
"api:app",
host="0.0.0.0",
port=8081,
port=8080,
reload=True,
reload_dirs=[config.RELOAD_DIR],
log_config=None,