mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-03 11:36:08 +00:00
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:
@@ -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)).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user