feat(app): add devices health check url

This commit is contained in:
RadoslavDimchev 2024-03-15 22:03:17 +02:00 committed by Radoslav Dimchev
parent c6f47aade7
commit 7b3c63a6d4

View File

@ -59,6 +59,10 @@ const router = createBrowserRouter([
path: '/device-health-check',
element: <DeviceHealthCheck />,
},
{
path: '/devices-health-check',
element: <DeviceHealthCheck />,
},
{
path: '/device-sync-status',
element: <DeviceSyncStatus />,