Delivery approval customer handover signature

This commit is contained in:
hagiye
2026-06-30 17:05:53 +03:00
parent 98d1065f11
commit 38db9a4177
2 changed files with 4 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
<<<<<<< HEAD
export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
//export const API_BASE_URL = 'http://localhost:3001';
=======
export const API_BASE_URL = import.meta.env.VITE_BASE_API_URL;
// export const API_BASE_URL = 'http://localhost:3001';
>>>>>>> 8616f6dcdfa44089be2fd7b6a9867b20e320b305
/**
* URL that streams an uploaded file through the API by its UUID. Routes the

View File

@@ -1,9 +1,5 @@
<<<<<<< HEAD
export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
//export const API_BASE_URL = 'http://localhost:3001';
=======
export const API_BASE_URL = import.meta.env.VITE_BASE_API_URL;
>>>>>>> 8616f6dcdfa44089be2fd7b6a9867b20e320b305
/**
* URL that streams an uploaded file through the API by its UUID. Routes the