This commit is contained in:
2025-07-27 16:22:54 +02:00
parent 4378f06c05
commit 8127d6e830
12 changed files with 1116 additions and 46 deletions

View File

@ -30,7 +30,7 @@ security:
access_control:
- { path: ^/login, roles: PUBLIC_ACCESS }
- { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^/, roles: ROLE_USER }
- { path: ^/, roles: ROLE_ADMIN }
when@test:
security: