Skip to content

Commit 95a5b03

Browse files
committed
eja - adding https to target urls
1 parent c8f40bf commit 95a5b03

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is for you! Please, updated to the versions agreed by your team.
22

3+
nodejs 22.18.0
34
pre-commit 3.6.0
45
vale 3.6.0
56
poetry 2.1.1

specification/x-nhsd-apim/target-preprod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: external
2-
url: "preprod.eligibility-signposting-api.nhs.uk"
2+
url: "https://preprod.eligibility-signposting-api.nhs.uk"
33
healthcheck: /patient-check/_status
44
security:
55
type: mtls

specification/x-nhsd-apim/target-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: external
2-
url: "prod.eligibility-signposting-api.national.nhs.uk"
2+
url: "https://prod.eligibility-signposting-api.national.nhs.uk"
33
healthcheck: /patient-check/_status
44
security:
55
type: mtls

specification/x-nhsd-apim/target-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: external
2-
url: "test.eligibility-signposting-api.nhs.uk"
2+
url: "https://test.eligibility-signposting-api.nhs.uk"
33
healthcheck: /patient-check/_status
44
security:
55
type: mtls

0 commit comments

Comments
 (0)