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')
// .then(m => m.MiscellaneousModule),
// },
// {
// path: '',
// redirectTo: 'dashboard',
// pathMatch: 'full',
// },
{
path: '',
redirectTo: 'dashboard',
pathMatch: 'full',
},
{
path: '**',
component: NotFoundComponent,