mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
changed routes
This commit is contained in:
parent
9a580e513f
commit
1c86d57da3
@ -19,19 +19,19 @@ const routes = [
|
|||||||
component: Login
|
component: Login
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/publisher/dashboard',
|
path: '/publisher/apps',
|
||||||
exact: false,
|
exact: false,
|
||||||
component: Dashboard,
|
component: Dashboard,
|
||||||
routes: [
|
routes: [
|
||||||
{
|
{
|
||||||
path: '/publisher/dashboard/apps',
|
path: '/publisher/apps',
|
||||||
component: Apps,
|
component: Apps,
|
||||||
exact: false
|
exact: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/publisher/dashboard/new-app',
|
path: '/publisher/apps/new-app',
|
||||||
component: AddNewApp,
|
component: AddNewApp,
|
||||||
exact: false
|
exact: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user