From 84675f953e46486cbb317865cb735924e93def2b Mon Sep 17 00:00:00 2001 From: yaschalew Date: Thu, 25 Jun 2026 09:45:59 +0300 Subject: [PATCH] health --- apps/edr-freight-web/backoffice/src/App.tsx | 266 +++++++++--------- .../src/features/health/HealthCheck.tsx | 10 +- 2 files changed, 141 insertions(+), 135 deletions(-) diff --git a/apps/edr-freight-web/backoffice/src/App.tsx b/apps/edr-freight-web/backoffice/src/App.tsx index ba465b962..7bdb7e18b 100644 --- a/apps/edr-freight-web/backoffice/src/App.tsx +++ b/apps/edr-freight-web/backoffice/src/App.tsx @@ -72,6 +72,7 @@ import WarehouseInventoryPage from "./pages/warehouses/WarehouseInventoryPage"; import WarehouseInvoicesPage from "./pages/warehouses/WarehouseInvoicesPage"; import WarehouseListPage from "./pages/warehouses/WarehouseListPage"; import WarehouseRulesPage from "./pages/warehouses/WarehouseRulesPage"; +import { HealthCheck } from "./features/health/HealthCheck"; const buildSidebarSections = (demoItems: SidebarItem[]): SidebarSection[] => [ { @@ -353,6 +354,7 @@ const App = () => { return ( } /> + } /> } /> } /> }> @@ -388,138 +390,138 @@ const App = () => { } /> } /> - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> - - - - } - /> + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> } diff --git a/apps/edr-freight-web/backoffice/src/features/health/HealthCheck.tsx b/apps/edr-freight-web/backoffice/src/features/health/HealthCheck.tsx index 4c80151d6..96d51298b 100644 --- a/apps/edr-freight-web/backoffice/src/features/health/HealthCheck.tsx +++ b/apps/edr-freight-web/backoffice/src/features/health/HealthCheck.tsx @@ -1,7 +1,11 @@ export const HealthCheck = () => { - const url = import.meta.env.VITE_API_URL?? "undefined"; - const url3 = import.meta.env.VITE_API_URL4?? "undefined"; + const url1 = import.meta.env.VITE_API_URL?? "undefined"; + const url2 = import.meta.env.VITE_BASE_API_URL?? "undefined"; + const url3 = import.meta.env.VITE_USER_MANAGEMENT_BASE?? "undefined"; + return
-

{url}-----------{url3}

+

-----------{url1}

+

-----------{url2}

+

-----------{url3}

} \ No newline at end of file