Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
5bbfa5994e |
|||
|
03bee953da | ||
|
bee6fabcfa |
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export const routes: Routes = [
|
||||||
{
|
{
|
||||||
path: 'game/slots',
|
path: 'game/slots',
|
||||||
loadComponent: () => import('./feature/game/slots/slots.component'),
|
loadComponent: () => import('./feature/game/slots/slots.component'),
|
||||||
|
canActivate: [authGuard],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'game/lootboxes',
|
path: 'game/lootboxes',
|
||||||
|
|
Reference in a new issue