From af2bea9e4fefe01eb40338b2d5db78ea919af996 Mon Sep 17 00:00:00 2001 From: Swati Mukherjee Date: Tue, 10 Dec 2024 21:44:34 +0530 Subject: [PATCH] [ENB-7567] Remove ee from the link (#3347) Remove ee from the link --- libs/martech/helpers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/martech/helpers.js b/libs/martech/helpers.js index 366375c234..960e84250e 100644 --- a/libs/martech/helpers.js +++ b/libs/martech/helpers.js @@ -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`; } /**