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