changes
This commit is contained in:
@@ -7,9 +7,9 @@ export default defineNuxtPlugin(() => {
|
|||||||
const module = "application";
|
const module = "application";
|
||||||
const mode = "dev";
|
const mode = "dev";
|
||||||
const paths = [
|
const paths = [
|
||||||
{ name: "dev", url: "https://dev.api.utopia.com.vn/" },
|
{ name: "dev", url: "https://erpapi.bigdatatech.vn/" },
|
||||||
{ name: "local", url: "http://localhost:8000/" },
|
{ name: "local", url: "http://localhost:8000/" },
|
||||||
{ name: "prod", url: "https://api.utopia.com.vn/" },
|
{ name: "prod", url: "https://erpapi.bigdatatech.vn/" },
|
||||||
];
|
];
|
||||||
const path = paths.find((v) => v.name === mode).url;
|
const path = paths.find((v) => v.name === mode).url;
|
||||||
const apis = [
|
const apis = [
|
||||||
|
|||||||
Reference in New Issue
Block a user