Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
9a7049d6ab |
|||
|
75508d9ebb |
1 changed files with 6 additions and 8 deletions
|
@ -62,14 +62,12 @@ export const routes: Routes = [
|
|||
loadComponent: () =>
|
||||
import('./feature/lootboxes/lootbox-selection/lootbox-selection.component'),
|
||||
canActivate: [authGuard],
|
||||
children: [
|
||||
{
|
||||
path: 'open/:id',
|
||||
loadComponent: () =>
|
||||
import('./feature/lootboxes/lootbox-opening/lootbox-opening.component'),
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'lootboxes/open/:id',
|
||||
loadComponent: () =>
|
||||
import('./feature/lootboxes/lootbox-opening/lootbox-opening.component'),
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
{
|
||||
path: 'dice',
|
||||
|
|
Reference in a new issue