mirror of
https://github.com/starpsp/fastapi-dls.git
synced 2026-06-24 00:56:38 +03:00
implemented '/-/config' endpoint to list runtime environment variables
This commit is contained in:
@@ -25,7 +25,11 @@ Status endpoint, used for *healthcheck*. Shows also current version and commit h
|
||||
|
||||
### `GET /-/health`
|
||||
|
||||
Status endpoint, used for *healthcheck*. Shows also current version and commit hash.
|
||||
Status endpoint, used for *healthcheck*.
|
||||
|
||||
### `GET /-/config`
|
||||
|
||||
Shows current runtime environment variables and their values.
|
||||
|
||||
### `GET /-/readme`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user