mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
person: rewrite social issue api controller for ordering
This commit is contained in:
@@ -199,3 +199,7 @@ chill_person_social_result_admin:
|
||||
chill_person_controllers:
|
||||
resource: "@ChillPersonBundle/Controller"
|
||||
type: annotation
|
||||
|
||||
social_work_social_issue:
|
||||
path: "/api/1.0/person/social-work/social-issue.json"
|
||||
controller: Chill\PersonBundle\Controller\SocialIssueApiController::indexAction
|
@@ -66,3 +66,7 @@ services:
|
||||
Chill\PersonBundle\Controller\RelationshipApiController:
|
||||
autowire: true
|
||||
tags: ['controller.service_arguments']
|
||||
|
||||
Chill\PersonBundle\Controller\SocialIssueApiController:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
Reference in New Issue
Block a user