raisely / cli

Raisely CLI for local development
Other
8 stars 6 forks source link

Update local.js - updated rasiely URL on target #53

Open msastre73 opened 2 months ago

msastre73 commented 2 months ago

Target was pointing to "https://${campaign.path}.raisely.com" which returned a redirection to "https://${campaign.path}.raiselysite.com" so the interception didn't work. That line of code was changed so it now points directly to https://${campaign.path}.raiselysite.com avoiding the redirection.