diff --git a/src/api/index.ts b/src/api/index.ts index 9d1cf3a..b7b3f1d 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -2,7 +2,7 @@ import { ref } from 'vue' const env = ref(process.env.NODE_ENV || 'development') -export const apiUrlConfig = `${import.meta.env.VITE_API_URI_CONFIG}/api/v1` +export const apiUrlConfig = `${import.meta.env.VITE_API_URI_CONFIG}` // if (process.env.VUE_APP_TEST) { // env = "test"; // }