mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
allow API documentation for anonymous
This commit is contained in:
parent
fcb1fba5c2
commit
cd1298d6df
2 changed files with 4 additions and 2 deletions
|
@ -110,7 +110,9 @@ fos_rest:
|
|||
routing_loader:
|
||||
default_format: json
|
||||
|
||||
nelmio_api_doc: ~
|
||||
nelmio_api_doc:
|
||||
sandbox:
|
||||
enabled: false
|
||||
|
||||
nelmio_cors:
|
||||
defaults:
|
||||
|
|
|
@ -22,7 +22,7 @@ security:
|
|||
pattern: /api/.*
|
||||
fos_oauth: true
|
||||
stateless: true
|
||||
anonymous: false
|
||||
anonymous: true
|
||||
|
||||
login_firewall:
|
||||
pattern: ^/login$
|
||||
|
|
Loading…
Reference in a new issue