Merge pull request 'fix: protect slots route' (!188) from fix-slots into main
All checks were successful
Release / Release (push) Successful in 58s
Release / Build Backend Image (push) Successful in 22s
Release / Build Frontend Image (push) Successful in 27s

Reviewed-on: #188
Reviewed-by: Jan K9f <jan@kjan.email>
This commit is contained in:
Phan Huy Tran 2025-05-14 09:49:41 +00:00
commit 5bbfa5994e
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View file

@ -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',