Skip to content

Commit

Permalink
Merge pull request #11 from Access-Labs-Inc/fix/url-change-by-dialect
Browse files Browse the repository at this point in the history
Change action URL to new schema
  • Loading branch information
martincik authored Jul 19, 2024
2 parents 28f2145 + 6b57a06 commit 10ef324
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 10ef324

Please sign in to comment.