Skip to content

Commit cbb21bc

Browse files
author
ewan-IW
committed
Inputting the correct env var for api gateway
1 parent 2bde6aa commit cbb21bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxies/live/apiproxy/policies/ServiceCallout.CallHealthcheckEndpoint.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- <Path>/_ping</Path>-->
1717
<!-- </HTTPTargetConnection>-->
1818
<HTTPTargetConnection>
19-
<URL>https://{{ DEPLOYED_VERSION }}.imms.dev.api.platform.nhs.uk/_status</URL>
19+
<URL>{{ DOMAIN_ENDPOINT }}/_status</URL>
2020
<Properties>
2121
<Property name="supports.http10">true</Property>
2222
<Property name="request.retain.headers">User-Agent,Referer,Accept-Language</Property>

0 commit comments

Comments
 (0)