refactor: Update status check URLs for Dashboard and Status Page

The status-check.sh script has been modified to update the endpoint URLs for checking the status of the Dashboard and Status Page services. The URLs now include "/status/ready" at the end, ensuring that the services are ready to handle requests. This change improves the accuracy and reliability of the status check script.
This commit is contained in:
Simon Larsen 2024-06-12 17:27:22 +01:00
parent b66f56bc12
commit 8325c06ca3
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -17,9 +17,9 @@ echo ""
bash $scriptDir/endpoint-status.sh "App" $HOST_TO_CHECK/status/ready
bash $scriptDir/endpoint-status.sh "Dashboard" $HOST_TO_CHECK/dashboard/ready
bash $scriptDir/endpoint-status.sh "Dashboard" $HOST_TO_CHECK/dashboard/status/ready
bash $scriptDir/endpoint-status.sh "Status Page" $HOST_TO_CHECK/status-page/ready
bash $scriptDir/endpoint-status.sh "Status Page" $HOST_TO_CHECK/status-page/status/ready
bash $scriptDir/endpoint-status.sh "Accounts" $HOST_TO_CHECK/accounts/status/ready