Skip to content

Commit

Permalink
[ENB-7567] Remove ee from the link (adobecom#3347)
Browse files Browse the repository at this point in the history
Remove ee from the link
  • Loading branch information
swamu authored and nishantka committed Dec 13, 2024
1 parent c993b8d commit af2bea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/martech/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,11 @@ function getUrl() {
if (host.includes('stage.adobe')
|| host.includes('corp.adobe')
|| host.includes('graybox.adobe')) {
return 'https://www.stage.adobe.com/experienceedge/ee/v2/interact';
return 'https://www.stage.adobe.com/experienceedge/v2/interact';
}

const { origin } = window.location;
return `${origin}/experienceedge/ee/v2/interact`;
return `${origin}/experienceedge/v2/interact`;
}

/**
Expand Down

0 comments on commit af2bea9

Please sign in to comment.