Compare commits
No commits in common. "v1.70.10" and "v1.70.9" have entirely different histories.
1 changed files with 8 additions and 6 deletions
|
@ -62,13 +62,15 @@ export const routes: Routes = [
|
|||
loadComponent: () =>
|
||||
import('./feature/lootboxes/lootbox-selection/lootbox-selection.component'),
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'lootboxes/open/:id',
|
||||
path: 'open/:id',
|
||||
loadComponent: () =>
|
||||
import('./feature/lootboxes/lootbox-opening/lootbox-opening.component'),
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'dice',
|
||||
loadComponent: () => import('./feature/game/dice/dice.component'),
|
||||
|
|
Reference in a new issue