mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 22:25:42 +00:00
Invoice and clearance seal approval
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
export const API_BASE_URL =
|
||||
<<<<<<< HEAD
|
||||
import.meta.env.VITE_API_URL?.replace(/\/+$/, '') || 'https://edrfreightapi.triaplc.com';
|
||||
=======
|
||||
import.meta.env.VITE_BASE_API_URL ||
|
||||
import.meta.env.VITE_API_URL ||
|
||||
'https://edrfreightapi.triaplc.com';
|
||||
|
||||
//export const API_BASE_URL = 'http://localhost:3001';
|
||||
>>>>>>> 2f06817e4811190cdc9ef8a2975aeca1e31c3484
|
||||
|
||||
Reference in New Issue
Block a user