This commit is contained in:
Viet An
2026-04-07 09:43:41 +07:00
parent 24789ed06f
commit f8bdfc98fc

View File

@@ -7,9 +7,9 @@ export default defineNuxtPlugin(() => {
const module = "application";
const mode = "dev";
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: "prod", url: "https://api.utopia.com.vn/" },
{ name: "prod", url: "https://erpapi.bigdatatech.vn/" },
];
const path = paths.find((v) => v.name === mode).url;
const apis = [