Merge branch 'fix/apiHost' into 'develop'
change api host See merge request witapp/aura-webapp!73
This commit is contained in:
commit
a3b215d6e3
@ -5,7 +5,7 @@ const isProduction = import.meta.env.MODE === "production";
|
||||
const host = "";
|
||||
export const apiHost = "https://api-web.aura.wit.life";
|
||||
const dApiHost = isProduction
|
||||
? "https://d.api.witapps.us"
|
||||
? "https://api.aura.witapps.us"
|
||||
: "https://dev.api.witapps.us";
|
||||
// const dApiHost = "https://d.api.witapps.us";
|
||||
const siteHost = "https://aura.wit.life";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user