Add docker health checks, CSV import docs

This commit is contained in:
root
2026-05-21 11:21:20 +08:00
parent 0937d14faf
commit d68afb7d03
2 changed files with 22 additions and 1 deletions

View File

@@ -93,6 +93,8 @@ These routes require both authentication and admin privileges (`admin` middlewar
|---|---|
| `GET /stationmanagement` | List all stations (paginated, 5 per page). |
| `POST /stationmanagement/store` | Add a new station. |
| `POST /stationmanagement/import` | Bulk import stations from a CSV file. |
| `GET /stationmanagement/csvtemplate` | Download a sample CSV template for station imports. |
| `POST /stationmanagement/{stationid}/update` | Edit an existing station. |
| `DELETE /stationmanagement/{stationid}/delete` | Delete a station. |