Merge branch 'hotfix/changeDomain' into 'main'
Hotfix/change domain See merge request witapp/aura-webapp!798
This commit is contained in:
commit
8495f874fd
@ -596,8 +596,7 @@ const routes = {
|
||||
const cdnHost = isWitlabDomain
|
||||
? "https://cdn.witlab.app"
|
||||
: "https://cdn.aura.witapps.us";
|
||||
console.log(cdnHost);
|
||||
return [dApiHost, dApiPrefix, "session", "locale"].join("/");
|
||||
return [cdnHost, dApiPrefix, "session", "locale"].join("/");
|
||||
},
|
||||
getPixels: () => [dApiHost, dApiPrefix, "session", "pixels"].join("/"),
|
||||
getFunnel: () => [dApiHost, dApiPrefix, "session", "funnel"].join("/"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user