diff --git a/healthcheck.sh b/healthcheck.sh index df17c87..8a7ff93 100644 --- a/healthcheck.sh +++ b/healthcheck.sh @@ -1,5 +1,5 @@ #!/bin/sh -response=$(curl -o /dev/null -s -w "%{http_code}" http://localhost:9999/__all__/) +response=$(curl -o /dev/null -s -w "%{http_code}" http://localhost:9999/) if [ "$response" -eq 200 ]; then exit 0 else