added some new endpoints and links in readme

This commit is contained in:
Oscar Krause
2022-12-29 10:31:25 +01:00
parent ed1b55f5f1
commit a09fc5f2ad
5 changed files with 34 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ if [[ -f $CONFIG_DIR/webserver.key ]]; then
if [ -x "$(command -v curl)" ]; then
echo "> Testing API ..."
source $CONFIG_DIR/env
curl --insecure -X GET https://$DLS_URL:$DLS_PORT/status
curl --insecure -X GET https://$DLS_URL:$DLS_PORT/-/health
else
echo "> Testing API failed, curl not available. Please test manually!"
fi