mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 21:51:50 +02:00
Allow pt in firewall
This commit is contained in:
parent
3972ec7174
commit
c1c9538ea8
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue