Allow offers to be viewd by unauthanticated users
This commit is contained in:
parent
0ed1eef5ff
commit
9b2ebb510f
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ security:
|
|||
# - { path: ^/admin, roles: ROLE_ADMIN }
|
||||
- { path: ^/$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
|
||||
- { path: ^/admin, roles: ROLE_ADMIN }
|
||||
- { path: ^(?!/(login|register|reset-password|offers)), roles: ROLE_USER }
|
||||
- { path: ^(?!/(login|register|reset-password|offers|offer)), roles: ROLE_USER }
|
Reference in a new issue