mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-06 20:41:14 +08:00
Fixed health check; Fixed dex config; Add rank trader info view;
This commit is contained in:
@@ -859,7 +859,7 @@ Open your web browser and visit:
|
||||
|
||||
```bash
|
||||
# In a new terminal window
|
||||
curl http://localhost:8080/health
|
||||
curl http://localhost:8080/api/health
|
||||
```
|
||||
|
||||
Should return: `{"status":"ok"}`
|
||||
@@ -1109,7 +1109,7 @@ GET /api/performance?trader_id=xxx # AI performance analysis
|
||||
### System Endpoints
|
||||
|
||||
```bash
|
||||
GET /health # Health check
|
||||
GET /api/health # Health check
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user