Skip to content

Commit afff2c0

Browse files
committed
Exclude api from firewall
1 parent f698b69 commit afff2c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/packages/security.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ security:
66
in_memory: { memory: null }
77

88
firewalls:
9+
api:
10+
pattern: ^/api/v2
11+
security: false
12+
913
main:
1014
pattern: ^/
1115
lazy: true

0 commit comments

Comments
 (0)