Fixed downloads routing
This commit is contained in:
parent
bd3c352b66
commit
8e421ec49b
@ -63,8 +63,14 @@ const routes = [
|
||||
loadChildren: () => import('./modules/projects/projects.module').then((m) => m.ProjectsModule)
|
||||
},
|
||||
{
|
||||
path: 'downloads',
|
||||
component: DownloadsListScreenComponent,
|
||||
path: 'ui/downloads',
|
||||
component: BaseScreenComponent,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: DownloadsListScreenComponent
|
||||
}
|
||||
],
|
||||
canActivate: [CompositeRouteGuard],
|
||||
data: {
|
||||
routeGuards: [AuthGuard, RedRoleGuard, AppStateGuard]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user