@@ -3,13 +3,13 @@ import { AsyncRouteType, type AsyncRoute } from 'components/router/AsyncRoute';
3
3
export const ASYNC_ADMIN_ROUTES : AsyncRoute [ ] = [
4
4
{ path : 'activity' , type : AsyncRouteType . Dashboard } ,
5
5
{ path : 'branding' , type : AsyncRouteType . Dashboard } ,
6
+ { path : 'keys' , type : AsyncRouteType . Dashboard } ,
6
7
{ path : 'playback/trickplay' , type : AsyncRouteType . Dashboard } ,
7
8
{ path : 'plugins/:pluginId' , page : 'plugins/plugin' , type : AsyncRouteType . Dashboard } ,
8
9
{ path : 'users' , type : AsyncRouteType . Dashboard } ,
9
10
{ path : 'users/access' , type : AsyncRouteType . Dashboard } ,
10
11
{ path : 'users/add' , type : AsyncRouteType . Dashboard } ,
11
12
{ path : 'users/parentalcontrol' , type : AsyncRouteType . Dashboard } ,
12
13
{ path : 'users/password' , type : AsyncRouteType . Dashboard } ,
13
- { path : 'users/profile' , type : AsyncRouteType . Dashboard } ,
14
- { path : 'keys' , type : AsyncRouteType . Dashboard }
14
+ { path : 'users/profile' , type : AsyncRouteType . Dashboard }
15
15
] ;
0 commit comments