mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 10:20: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')
|
||||
// .then(m => m.MiscellaneousModule),
|
||||
// },
|
||||
// {
|
||||
// path: '',
|
||||
// redirectTo: 'dashboard',
|
||||
// pathMatch: 'full',
|
||||
// },
|
||||
{
|
||||
path: '',
|
||||
redirectTo: 'dashboard',
|
||||
pathMatch: 'full',
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
component: NotFoundComponent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue