fixed RED-1525
This commit is contained in:
parent
ed4fb7ee9a
commit
8b0eaef075
@ -59,6 +59,11 @@ const routes = [
|
||||
data: {
|
||||
routeGuards: [AuthGuard, RedRoleGuard, AppStateGuard]
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
redirectTo: 'main/projects',
|
||||
pathMatch: 'full'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user