mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
refactor: enable dashboard redirect
This commit is contained in:
parent
cbde9d3f5c
commit
55aa6848f2
1 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue