fix: the hardcoded api url

This commit is contained in:
ghost2023
2026-06-30 14:05:28 +03:00
parent 9619fbd9b0
commit 48340f5e0a

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';