Skip to content

Commit

Permalink
Change action URL to new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
martincik committed Jul 19, 2024
1 parent 28f2145 commit 6b57a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Blink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<ActionContainer
Expand Down

0 comments on commit 6b57a06

Please sign in to comment.