From de81ee1239204a3aba9f06d330d4e81b8b879012 Mon Sep 17 00:00:00 2001 From: yaschalew Date: Thu, 25 Jun 2026 09:41:49 +0300 Subject: [PATCH] last mile --- .../backoffice/src/features/health/HealthCheck.tsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/edr-freight-web/backoffice/src/features/health/HealthCheck.tsx diff --git a/apps/edr-freight-web/backoffice/src/features/health/HealthCheck.tsx b/apps/edr-freight-web/backoffice/src/features/health/HealthCheck.tsx new file mode 100644 index 000000000..4c80151d6 --- /dev/null +++ b/apps/edr-freight-web/backoffice/src/features/health/HealthCheck.tsx @@ -0,0 +1,7 @@ +export const HealthCheck = () => { + const url = import.meta.env.VITE_API_URL?? "undefined"; + const url3 = import.meta.env.VITE_API_URL4?? "undefined"; + return
+

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

+
+} \ No newline at end of file