Skip to content

Commit

Permalink
updates to mailchimp link due to archived api key
Browse files Browse the repository at this point in the history
  • Loading branch information
nikudon612 committed Aug 15, 2023
1 parent 9768a3a commit f966f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ function mailChimp(userEmail) {
redirect: "follow",
};
fetch(
"https://v1.nocodeapi.com/fvdinnerparty/mailchimp/nTKroieeGuSVDtCH/members?list_id=8660bae57b&email_address=" +
"https://v1.nocodeapi.com/fvdinnerparty/mailchimp/IVOhKhbUqwYqNtOo/members?list_id=8660bae57b&email_address=" +
`${userEmail}` +
"&status=subscribed",
requestOptions
Expand Down

0 comments on commit f966f0b

Please sign in to comment.