[backend] docs: 更新README中的端口为8188

This commit is contained in:
xsl
2026-01-26 15:25:20 +08:00
parent 72b2c4d10b
commit 93a3e8565e
+2 -2
View File
@@ -45,11 +45,11 @@ cd backend
python main.py
```
应用将在 http://0.0.0.0:5000 启动
应用将在 http://0.0.0.0:8188 启动
### 4. 访问API文档
Swagger UI: http://localhost:5000/docs
Swagger UI: http://localhost:8188/docs
ReDoc: http://localhost:5000/redoc
## 运行测试