mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-15 18:00:36 +01:00
allow API documentation for anonymous
This commit is contained in:
parent
fcb1fba5c2
commit
cd1298d6df
@ -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 New Issue
Block a user