From 004c40059f3df994d8a5fe9a63a2e6dbc8334d88 Mon Sep 17 00:00:00 2001 From: ghost2023 Date: Tue, 30 Jun 2026 09:13:48 +0300 Subject: [PATCH] fix: api url --- apps/edr-freight-web/backoffice/src/constants/apiConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/edr-freight-web/backoffice/src/constants/apiConfig.ts b/apps/edr-freight-web/backoffice/src/constants/apiConfig.ts index a60559d5d..f4b707fbc 100644 --- a/apps/edr-freight-web/backoffice/src/constants/apiConfig.ts +++ b/apps/edr-freight-web/backoffice/src/constants/apiConfig.ts @@ -1,6 +1,6 @@ -//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'; +// export const API_BASE_URL = 'http://localhost:3001'; /** * URL that streams an uploaded file through the API by its UUID. Routes the