fix: testing the env

This commit is contained in:
ghost2023
2026-06-30 13:49:52 +03:00
parent 0f762172bf
commit fdb77a7036

View File

@@ -1,4 +1,4 @@
export const API_BASE_URL = "https://edrfreightapi.triaplc.com";
export const API_BASE_URL = import.meta.env.VITE_BASE_API_URL;
// export const API_BASE_URL = 'http://localhost:3001';
/**