Add security exception for api URLs
This commit is contained in:
parent
db0a53fd1e
commit
99d9d9482a
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@ security:
|
|||
methods: [GET]
|
||||
security: false
|
||||
|
||||
api:
|
||||
pattern: ^\/api\/
|
||||
security: false
|
||||
|
||||
main:
|
||||
form_login:
|
||||
login_path: login
|
||||
|
|
|
|||
Loading…
Reference in a new issue