fixed RED-1525

This commit is contained in:
Timo 2021-05-24 09:38:27 +03:00
parent ed4fb7ee9a
commit 8b0eaef075

View File

@ -59,6 +59,11 @@ const routes = [
data: {
routeGuards: [AuthGuard, RedRoleGuard, AppStateGuard]
}
},
{
path: '**',
redirectTo: 'main/projects',
pathMatch: 'full'
}
];