tp api endpoints: use default controller (fix)

This commit is contained in:
Mathieu Jaumotte 2021-09-21 10:48:40 +02:00
parent 7d2e82d69b
commit 7fe0f08300

View File

@ -60,7 +60,7 @@ class ChillThirdPartyExtension extends Extension implements PrependExtensionInte
'name' => 'thirdparty',
'base_path' => '/api/1.0/thirdparty/thirdparty',
'base_role' => \Chill\ThirdPartyBundle\Security\Authorization\ThirdPartyVoter::class,
'controller' => \Chill\ThirdPartyBundle\Controller\ThirdPartyApiController::class,
//'controller' => \Chill\ThirdPartyBundle\Controller\ThirdPartyApiController::class,
'actions' => [
'_index' => [
'methods' => [