diff options
| author | Michael Grote | 2023-04-14 12:17:08 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-14 12:17:08 +0200 |
| commit | b91cf9fc508a6358ff47a49c11d3cce36bda5432 (patch) | |
| tree | 128d4e17736992f3d4d00da74936ba0f86b049d1 /README.md | |
| parent | 2caf356288366a8003dd8e4ba4c2339a9a370653 (diff) | |
add healthcheck
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -88,3 +88,17 @@ curl -X DELETE -H "token: myuploadtoken" http://docker10.host.lan:5040/delete/fi "success": "File 'file' successfully deleted" } ``` + +### /health + +#### input + +```bash +curl -H "token: myuploadtoken" http://docker10.host.lan:5040/health +``` + +#### output + +```bash +OK +``` |