Fixed health check; Fixed dex config; Add rank trader info view;

This commit is contained in:
icy
2025-11-01 18:58:32 +08:00
parent 3033a1308d
commit f413f87f39
17 changed files with 518 additions and 83 deletions

View File

@@ -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
```
---