refactor: enable dashboard redirect

This commit is contained in:
Sergey Andrievskiy 2019-06-20 13:35:07 +03:00
parent cbde9d3f5c
commit 55aa6848f2

View file

@ -68,11 +68,11 @@ const routes: Routes = [{
// loadChildren: () => import('./miscellaneous/miscellaneous.module') // loadChildren: () => import('./miscellaneous/miscellaneous.module')
// .then(m => m.MiscellaneousModule), // .then(m => m.MiscellaneousModule),
// }, // },
// { {
// path: '', path: '',
// redirectTo: 'dashboard', redirectTo: 'dashboard',
// pathMatch: 'full', pathMatch: 'full',
// }, },
{ {
path: '**', path: '**',
component: NotFoundComponent, component: NotFoundComponent,