rename api ref

This commit is contained in:
Simon Larsen
2023-04-05 11:08:25 +01:00
parent 785415b156
commit 2bd0f53747
123 changed files with 70 additions and 33 deletions

View File

@@ -63,7 +63,7 @@ bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/workflow
echo "Workflow Server is up ✔️"
echo "Checking API Docs Server Status..."
bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/docs/status)" != "200" ]]; do sleep 5; done'
bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/reference/status)" != "200" ]]; do sleep 5; done'
echo "API Docs Server is up ✔️"