[backend] change: 修改端口从5000到8188
This commit is contained in:
+1
-1
@@ -101,6 +101,6 @@ if __name__ == "__main__":
|
||||
uvicorn.run(
|
||||
"main:app",
|
||||
host="0.0.0.0",
|
||||
port=5000,
|
||||
port=8188,
|
||||
reload=settings.DEBUG,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user