removed deprecated endpoints

- '/client-token' moved to '/-/client-token'
- '/status' moved to '/-/health' and '/-/config'

see README.md for more information
This commit is contained in:
Oscar Krause
2023-01-02 19:15:48 +01:00
parent 2e950ca6f4
commit 4fb6243330
3 changed files with 1 additions and 25 deletions

View File

@@ -19,10 +19,6 @@ Only the clients need a connection to this service on configured port.
Redirect to `/-/readme`.
### `GET /status` (deprecated: use `/-/health`)
Status endpoint, used for *healthcheck*. Shows also current version and commit hash.
### `GET /-/health`
Status endpoint, used for *healthcheck*.
@@ -67,7 +63,7 @@ List current leases.
Deletes an lease.
### `GET /client-token` (deprecated: use `/-/client-token`)
### `GET /-/client-token`
Generate client token, (see [installation](#installation)).