From f21d7ec5230dd8c553a4a2411e0802274da60e38 Mon Sep 17 00:00:00 2001 From: yaschalew Date: Fri, 26 Jun 2026 12:48:21 +0300 Subject: [PATCH] fix conflict --- apps/edr-freight-web/backoffice/src/constants/apiConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-web/backoffice/src/constants/apiConfig.ts b/apps/edr-freight-web/backoffice/src/constants/apiConfig.ts index eef85c66d..0a57a6f31 100644 --- a/apps/edr-freight-web/backoffice/src/constants/apiConfig.ts +++ b/apps/edr-freight-web/backoffice/src/constants/apiConfig.ts @@ -1,3 +1,3 @@ -// export const API_BASE_URL = 'https://edrfreightapi.triaplc.com'; +export const API_BASE_URL = 'https://edrfreightapi.triaplc.com'; //export const API_BASE_URL = 'http://localhost:3001';