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 72a5fd8 commit 77c76aeCopy full SHA for 77c76ae
scripts.js
@@ -69,7 +69,7 @@ window.addEventListener('load', function() {
69
const value = newsletterEmailInput.value;
70
const xhr = new XMLHttpRequest();
71
const url =
72
- 'https://z93f42xq2l.execute-api.us-east-2.amazonaws.com/Stage/newsletter?token=db1f899025b5a59a76b6b34b2a013893';
+ 'https://nbdggbnqnrevwg6xlex3st3vpe0nyhiq.lambda-url.us-east-2.on.aws/?token=db1f899025b5a59a76b6b34b2a013893';
73
xhr.open('POST', url, true);
74
xhr.setRequestHeader('Content-Type', 'application/json');
75
xhr.onreadystatechange = function() {
0 commit comments