Allow unauthenticated users to view offer details
This commit is contained in:
parent
d33e28467b
commit
1ec7f35d73
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ security:
|
|||
access_control:
|
||||
- { path: ^/$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
|
||||
- { path: ^/admin, roles: ROLE_ADMIN }
|
||||
- { path: ^(?!/(login|register|reset-password|offers|offer|imprint)), roles: ROLE_USER }
|
||||
- { path: ^(?!/(login|register|reset-password|offers|offer/*|imprint)), roles: ROLE_USER }
|
Reference in a new issue