File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ansible/collections/ansible_collections/nhsd/apigee/plugins/module_utils/paas Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ def _localstack() -> bool:
1212def api_registry () -> str :
1313 if _localstack ():
1414 return "http://localhost:9000"
15- return "https://api-registry.ptl .api.platform.nhs.uk:9000"
15+ return "https://api-registry.prod .api.platform.nhs.uk:9000"
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ stages:
223223 - bash : |
224224 set -euo pipefail
225225
226- INFO=$(curl https://api-registry.ptl .api.platform.nhs.uk:9000/api/${{ parameters.service_name }})
226+ INFO=$(curl https://api-registry.prod .api.platform.nhs.uk:9000/api/${{ parameters.service_name }})
227227 SHORT_NAME=$(echo $INFO | jq -r .short_name)
228228 GUID=$(echo $INFO | jq -r .guid)
229229
You can’t perform that action at this time.
0 commit comments