fix: fix routing
This commit is contained in:
parent
f6bcc1be11
commit
4b9574ac96
1 changed files with 3 additions and 8 deletions
|
@ -9,13 +9,8 @@ export const routes: Routes = [
|
|||
component: LandingPageComponent,
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
path: 'home',
|
||||
component: HomepageComponent,
|
||||
canActivate: [authGuard],
|
||||
children: [
|
||||
{
|
||||
path: 'home',
|
||||
component: HomepageComponent,
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
];
|
||||
|
|
Reference in a new issue