summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-04-14 12:20:04 +0200
committerMichael Grote2023-04-14 12:20:04 +0200
commitbd78ec158b07c7f61e282ce0920c67a161f696ae (patch)
treec127d1cb67f1e1ce36b7825b6277ae94ca6b4962
parentb91cf9fc508a6358ff47a49c11d3cce36bda5432 (diff)
add docs + test
-rw-r--r--README.md2
-rw-r--r--tests.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec6fac3..72f439b 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ curl -X DELETE -H "token: myuploadtoken" http://docker10.host.lan:5040/delete/fi
#### input
```bash
-curl -H "token: myuploadtoken" http://docker10.host.lan:5040/health
+curl http://docker10.host.lan:5040/health
```
#### output
diff --git a/tests.sh b/tests.sh
index d29d5e3..4b8535c 100644
--- a/tests.sh
+++ b/tests.sh
@@ -38,4 +38,7 @@ curl -X DELETE -H "token: $TOKEN" $URL/delete/file | jq
echo -e ${GREEN}Test: lösche nicht vorhandene Datei${ENDCOLOR}
curl -X DELETE -H "token: $TOKEN" $URL/delete/file2 | jq
+echo -e ${GREEN}Test: check health${ENDCOLOR}
+curl $URL/health
+
rm -rf tests