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: () =>
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'),