mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
rename api ref
This commit is contained in:
@@ -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 ✔️"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user