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