diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 4fb4d30..ef272cf 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -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 } \ No newline at end of file + - { path: ^(?!/(login|register|reset-password|offers|offer)), roles: ROLE_USER } \ No newline at end of file