thay dỏi cong
This commit is contained in:
@@ -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` và `/videos` sang `http://localhost:8000`.
|
||||
Frontend dev server đã được cấu hình proxy `/api` và `/videos` sang `http://localhost:8008`.
|
||||
|
||||
## Cấu hình
|
||||
|
||||
|
||||
Reference in New Issue
Block a user