From 48340f5e0a25ca66a1cd32702766a4d14e665f4e Mon Sep 17 00:00:00 2001 From: ghost2023 Date: Tue, 30 Jun 2026 14:05:28 +0300 Subject: [PATCH] fix: the hardcoded api url --- 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 f4b707fbc..842276815 100644 --- a/apps/edr-freight-web/backoffice/src/constants/apiConfig.ts +++ b/apps/edr-freight-web/backoffice/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';