diff --git a/src/config.ts b/src/config.ts index f7e75bb..0af0ab6 100644 --- a/src/config.ts +++ b/src/config.ts @@ -8,12 +8,12 @@ export const API_URL = "https://lm-interactive-presentation-builder-api-dev-bzgv export const LOCAL_API_URL = "http://localhost:8000" -const getApiUrl = () => { - if(import.meta.env.VITE_ENV === "production") { - return API_URL - } else { - return LOCAL_API_URL - } -} +// const getApiUrl = () => { +// if(import.meta.env.VITE_ENV === "production") { +// return API_URL +// } else { +// return LOCAL_API_URL +// } +// } -export const BASE_URL = getApiUrl() \ No newline at end of file +export const BASE_URL = API_URL \ No newline at end of file