From fdb77a703652c50d56905a3b0bfe7c701f94ff24 Mon Sep 17 00:00:00 2001 From: ghost2023 Date: Tue, 30 Jun 2026 13:49:52 +0300 Subject: [PATCH] fix: testing the env --- apps/edr-freight-web/portal/src/constants/apiConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-web/portal/src/constants/apiConfig.ts b/apps/edr-freight-web/portal/src/constants/apiConfig.ts index 40c6c0041..59e5297df 100644 --- a/apps/edr-freight-web/portal/src/constants/apiConfig.ts +++ b/apps/edr-freight-web/portal/src/constants/apiConfig.ts @@ -1,4 +1,4 @@ -export const API_BASE_URL = "https://edrfreightapi.triaplc.com"; +export const API_BASE_URL = import.meta.env.VITE_BASE_API_URL; // export const API_BASE_URL = 'http://localhost:3001'; /**