fix: lootbox routing #281

Merged
ptran merged 1 commit from fix-lootbox-routing into main 2025-06-04 08:14:23 +00:00

View file

@ -62,14 +62,12 @@ 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: 'open/:id', path: 'lootboxes/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',