summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Grote2023-04-14 12:17:08 +0200
committerMichael Grote2023-04-14 12:17:08 +0200
commitb91cf9fc508a6358ff47a49c11d3cce36bda5432 (patch)
tree128d4e17736992f3d4d00da74936ba0f86b049d1 /README.md
parent2caf356288366a8003dd8e4ba4c2339a9a370653 (diff)
add healthcheck
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55d4edf..ec6fac3 100644
--- a/README.md
+++ b/README.md
@@ -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
+```