thay dỏi cong

This commit is contained in:
2026-04-27 22:13:43 +07:00
parent 0de7d67511
commit f6c5dce452
6 changed files with 66 additions and 15 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ Dashboard giám sát camera IP gọn nhẹ chạy trên Orange Pi, dựa trên M
python3 -m venv api/.venv
source api/.venv/bin/activate
pip install -r api/requirements.txt
uvicorn api.app.main:app --host 0.0.0.0 --port 8000
uvicorn api.app.main:app --host 0.0.0.0 --port 8008
```
### 2) Chạy frontend
@@ -41,7 +41,7 @@ npm install
npm run dev
```
Frontend dev server đã được cấu hình proxy `/api``/videos` sang `http://localhost:8000`.
Frontend dev server đã được cấu hình proxy `/api``/videos` sang `http://localhost:8008`.
## Cấu hình