Skip to content

Commit 77c76ae

Browse files
chore: update newsletter url
1 parent 72a5fd8 commit 77c76ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ window.addEventListener('load', function() {
6969
const value = newsletterEmailInput.value;
7070
const xhr = new XMLHttpRequest();
7171
const url =
72-
'https://z93f42xq2l.execute-api.us-east-2.amazonaws.com/Stage/newsletter?token=db1f899025b5a59a76b6b34b2a013893';
72+
'https://nbdggbnqnrevwg6xlex3st3vpe0nyhiq.lambda-url.us-east-2.on.aws/?token=db1f899025b5a59a76b6b34b2a013893';
7373
xhr.open('POST', url, true);
7474
xhr.setRequestHeader('Content-Type', 'application/json');
7575
xhr.onreadystatechange = function() {

0 commit comments

Comments
 (0)