From c71849c48744ab2cf47c8cdd27fdfb1a9e7d0aea Mon Sep 17 00:00:00 2001 From: marshal Date: Fri, 3 Jul 2026 06:49:43 +0300 Subject: [PATCH] chnage the base 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 69e057da7..842276815 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 = import.meta.env.VITE_BASE_API_URL; +export const API_BASE_URL = import.meta.env.VITE_BASE_API_URL; -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