mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
feat(app): add devices health check url
This commit is contained in:
parent
c6f47aade7
commit
7b3c63a6d4
@ -59,6 +59,10 @@ const router = createBrowserRouter([
|
|||||||
path: '/device-health-check',
|
path: '/device-health-check',
|
||||||
element: <DeviceHealthCheck />,
|
element: <DeviceHealthCheck />,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/devices-health-check',
|
||||||
|
element: <DeviceHealthCheck />,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/device-sync-status',
|
path: '/device-sync-status',
|
||||||
element: <DeviceSyncStatus />,
|
element: <DeviceSyncStatus />,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user