Skip to content

Commit

Permalink
use admin api deployed url
Browse files Browse the repository at this point in the history
  • Loading branch information
mirhmousavi committed May 23, 2024
1 parent b8aa570 commit 4cfc76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function createSurflySession(contactId, inviteType) {

function sendFollowerLink(followerLink, type, uniquePageId, channelId) {
fetch(
"https://nic.surf.ly/follower_link",
"https://admin-api-backend-ef6aeff35287.herokuapp.com/follower_link",
{
method: "POST",
headers: {
Expand Down

0 comments on commit 4cfc76e

Please sign in to comment.