Skip to content

Commit

Permalink
update subscription api
Browse files Browse the repository at this point in the history
Signed-off-by: ArchFeh <[email protected]>
  • Loading branch information
ArchFeh committed Jul 30, 2024
1 parent 7831d29 commit 5f08536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Subscription/ButtonSubscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function ButtonSubscription() {
e.preventDefault();
setLoading(true);
const url =
"https://ruyisdk.us13.list-manage.com/subscribe/post?u=a7bba3aa9de6214adf1c66d82&amp;id=a894094570&amp;f_id=00e7d1edf0"; // you can use .env file to replace this
"https://ruyisdk.us13.list-manage.com/subscribe/post?u=553607139703751354f0f8c72&amp;id=07fe20b41c&amp;f_id=002d3ee3f0"; // you can use .env file to replace this
jsonp(`${url}&EMAIL=${email}`, { param: "c" }, (_, { msg }) => {
alert(msg);
setLoading(false);
Expand Down

0 comments on commit 5f08536

Please sign in to comment.