Merge branch 'hotfix/changeDomain' into 'main'
Hotfix/change domain See merge request witapp/aura-webapp!795
This commit is contained in:
commit
4ef25d6a2b
@ -596,6 +596,7 @@ const routes = {
|
||||
const cdnHost = isWitlabDomain
|
||||
? import.meta.env.WITLAB_TRANSLATIONS_CDN
|
||||
: import.meta.env.AURA_TRANSLATIONS_CDN;
|
||||
console.log(cdnHost);
|
||||
return [cdnHost, dApiPrefix, "session", "locale"].join("/");
|
||||
},
|
||||
getPixels: () => [dApiHost, dApiPrefix, "session", "pixels"].join("/"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user