mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Merge pull request #379 from Tria-plc/fix/apiconfig
fix: the hardcoded api url
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user