forked from wallabag/wallabag
Make AuthenticatorProvider use Symfony HTTP Client
This commit is contained in:
@ -45,6 +45,8 @@ framework:
|
||||
headers:
|
||||
Content-Type: 'application/json'
|
||||
X-Accept: 'application/json'
|
||||
request_html_function.client:
|
||||
scope: '.*'
|
||||
|
||||
# Twig Configuration
|
||||
twig:
|
||||
|
||||
@ -34,7 +34,7 @@ services:
|
||||
|
||||
Wallabag\:
|
||||
resource: '../../src/*'
|
||||
exclude: ['../../src/{Consumer,Controller,Entity,ExpressionLanguage,DataFixtures,Redis}', '../../src/Event/*Event.php']
|
||||
exclude: ['../../src/{Consumer,Controller,Entity,DataFixtures,Redis}', '../../src/Event/*Event.php']
|
||||
|
||||
# controllers are imported separately to make sure services can be injected
|
||||
# as action arguments even if you don't extend any base controller class
|
||||
|
||||
Reference in New Issue
Block a user