Allow pt in firewall

This commit is contained in:
Thomas 2019-08-22 10:35:28 +02:00
parent 3972ec7174
commit c1c9538ea8

View file

@ -21,5 +21,5 @@ security:
# Note: Only the *first* access control that matches will be used # Note: Only the *first* access control that matches will be used
access_control: access_control:
# - { path: ^/admin, roles: ROLE_ADMIN } # - { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^/(en|fr|nl)?/schedule, roles: ROLE_USER } - { path: ^/(en|fr|nl|pt)?/schedule, roles: ROLE_USER }
- { path: ^/(en|fr|nl)?/scheduled, roles: ROLE_USER } - { path: ^/(en|fr|nl|pt)?/scheduled, roles: ROLE_USER }