mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 16:10:28 +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:
|
routing_loader:
|
||||||
default_format: json
|
default_format: json
|
||||||
|
|
||||||
nelmio_api_doc: ~
|
nelmio_api_doc:
|
||||||
|
sandbox:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
nelmio_cors:
|
nelmio_cors:
|
||||||
defaults:
|
defaults:
|
||||||
|
|
|
@ -22,7 +22,7 @@ security:
|
||||||
pattern: /api/.*
|
pattern: /api/.*
|
||||||
fos_oauth: true
|
fos_oauth: true
|
||||||
stateless: true
|
stateless: true
|
||||||
anonymous: false
|
anonymous: true
|
||||||
|
|
||||||
login_firewall:
|
login_firewall:
|
||||||
pattern: ^/login$
|
pattern: ^/login$
|
||||||
|
|
Loading…
Reference in a new issue