Skip to content

Commit

Permalink
Closes kadai-io#70 - Fix URL in verify_docs_alive.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CRoberto1926 committed Oct 11, 2024
1 parent b59fe3a commit aa50832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/verify_docs_alive.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e # fail fast
set -x
BASE_URL=https://kadaiio.azurewebsites.net/kadai
BASE_URL=https://kadai-io.azurewebsites.net/kadai

test 200 -eq "$(curl -sw "%{http_code}" -o /dev/null "$BASE_URL/api-docs")"
test 200 -eq "$(curl -sw "%{http_code}" -o /dev/null "$BASE_URL/swagger-ui/index.html")"
Expand Down

0 comments on commit aa50832

Please sign in to comment.