Compare commits

..

No commits in common. "v1.70.10" and "v1.70.9" have entirely different histories.

View file

@ -62,13 +62,15 @@ export const routes: Routes = [
loadComponent: () => loadComponent: () =>
import('./feature/lootboxes/lootbox-selection/lootbox-selection.component'), import('./feature/lootboxes/lootbox-selection/lootbox-selection.component'),
canActivate: [authGuard], canActivate: [authGuard],
}, children: [
{ {
path: 'lootboxes/open/:id', path: 'open/:id',
loadComponent: () => loadComponent: () =>
import('./feature/lootboxes/lootbox-opening/lootbox-opening.component'), import('./feature/lootboxes/lootbox-opening/lootbox-opening.component'),
canActivate: [authGuard], canActivate: [authGuard],
}, },
],
},
{ {
path: 'dice', path: 'dice',
loadComponent: () => import('./feature/game/dice/dice.component'), loadComponent: () => import('./feature/game/dice/dice.component'),