fix: expose rust acceleration availability

This commit is contained in:
jxxghp
2026-05-25 23:49:04 +08:00
parent 8bd1288e7e
commit d4718bf9dc
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ All endpoints are under the base URL `{MP_HOST}`. Path parameters are shown as `
| Method | Path | Description |
|--------|------|-------------|
| GET | `/api/v1/system/env` | Get system configuration |
| GET | `/api/v1/system/env` | Get system configuration, including runtime versions and Rust acceleration availability/enabled status |
| POST | `/api/v1/system/env` | Update system configuration. Body: JSON object |
| GET | `/api/v1/system/setting/{key}` | Get system setting |
| POST | `/api/v1/system/setting/{key}` | Update system setting |