We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1074a4 commit d9b170aCopy full SHA for d9b170a
mns_subscription/src/mns_service.py
@@ -15,8 +15,8 @@
15
)
16
17
SQS_ARN = os.getenv("SQS_ARN")
18
+MNS_URL = "https://int.api.service.nhs.uk/multicast-notification-service/subscriptions"
19
-MNS_URL = "https://int.api.service.nhs.uk/multicast-notification-service/subscriptions"
20
21
class MnsService:
22
def __init__(self, authenticator: AppRestrictedAuth):
0 commit comments