From 7b3c63a6d4c41d1fbe3f4a5e4035578efed54f21 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Fri, 15 Mar 2024 22:03:17 +0200 Subject: [PATCH] feat(app): add devices health check url --- src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 926ac4e3..965e7c8b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -59,6 +59,10 @@ const router = createBrowserRouter([ path: '/device-health-check', element: , }, + { + path: '/devices-health-check', + element: , + }, { path: '/device-sync-status', element: ,