feat: add GameController with start and abandon actions

This commit is contained in:
thibaud-leclere
2026-03-30 19:45:39 +02:00
parent ef155463ab
commit 884168aa49
2 changed files with 95 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ security:
- { path: ^/login, roles: PUBLIC_ACCESS }
- { path: ^/register, roles: PUBLIC_ACCESS }
- { path: ^/$, roles: PUBLIC_ACCESS }
- { path: ^/game, roles: PUBLIC_ACCESS }
- { path: ^/, roles: ROLE_USER }
when@test: