Switch API configuration from localhost to production URL in portal and add localhost comment in backoffice

This commit is contained in:
marshal
2026-06-17 07:47:09 +03:00
parent b2cd30c773
commit 0b7492c502
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1,3 @@
export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
// export const API_BASE_URL = 'http://localhost:3001';

View File

@@ -1,3 +1,3 @@
// export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
export const API_BASE_URL = 'http://localhost:3001';
export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
// export const API_BASE_URL = 'http://localhost:3001';