Skip to content

Commit 103d059

Browse files
update generate access token
1 parent 6ca2e7e commit 103d059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/api/generate_access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# Make a request to a protected endpoint
4141
response = requests.get(
42-
"https://internal-dev.api.service.nhs.uk/nhs-notify-supplier/",
42+
"https://proxygen.prod.api.platform.nhs.uk/apis/nhs-notify-supplier/",
4343
headers={"Authorization": f"Bearer {access_token}"},
4444
)
4545

0 commit comments

Comments
 (0)