From 6b57a06e7f8770097475a3d425d93f6f6d89a27c Mon Sep 17 00:00:00 2001 From: Ladislav Martincik Date: Fri, 19 Jul 2024 07:35:37 +0200 Subject: [PATCH] Change action URL to new schema --- src/routes/Blink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Blink.tsx b/src/routes/Blink.tsx index 6a9e08d..563db0b 100644 --- a/src/routes/Blink.tsx +++ b/src/routes/Blink.tsx @@ -14,7 +14,7 @@ export const Blink = () => { showImage, showWebsite } = useContext(ConfigContext); - const actionUrl = `https://actions.dialect.to/api/access-protocol/subscribe/${poolSlug}`; + const actionUrl = `https://access-protocol.dial.to/subscribe/${poolSlug}`; return (