Standardize API port 23568 and web port 23566 across docs and dev config.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-28 13:07:46 +08:00
parent 2a5fb5f469
commit a3d4875bde
4 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -46,13 +46,13 @@ cd backend
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000
uvicorn app.main:app --reload --port 23568
cd frontend
npm install && npm run dev
```
开发前端:http://localhost:5173(代理 `/api`8000
开发前端:http://localhost:5173(代理 `/api`23568
生产网关本地模拟: