From 5f08536279d5f493848a44adb208f1e32fd5dbc5 Mon Sep 17 00:00:00 2001 From: ArchFeh Date: Tue, 30 Jul 2024 15:53:15 +0800 Subject: [PATCH] update subscription api Signed-off-by: ArchFeh --- src/components/Subscription/ButtonSubscription.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Subscription/ButtonSubscription.js b/src/components/Subscription/ButtonSubscription.js index cc323e4..116d3ea 100644 --- a/src/components/Subscription/ButtonSubscription.js +++ b/src/components/Subscription/ButtonSubscription.js @@ -31,7 +31,7 @@ function ButtonSubscription() { e.preventDefault(); setLoading(true); const url = - "https://ruyisdk.us13.list-manage.com/subscribe/post?u=a7bba3aa9de6214adf1c66d82&id=a894094570&f_id=00e7d1edf0"; // you can use .env file to replace this + "https://ruyisdk.us13.list-manage.com/subscribe/post?u=553607139703751354f0f8c72&id=07fe20b41c&f_id=002d3ee3f0"; // you can use .env file to replace this jsonp(`${url}&EMAIL=${email}`, { param: "c" }, (_, { msg }) => { alert(msg); setLoading(false);