mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 01:23:33 +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',
|
||||
element: <DeviceHealthCheck />,
|
||||
},
|
||||
{
|
||||
path: '/devices-health-check',
|
||||
element: <DeviceHealthCheck />,
|
||||
},
|
||||
{
|
||||
path: '/device-sync-status',
|
||||
element: <DeviceSyncStatus />,
|
||||
|
Loading…
x
Reference in New Issue
Block a user