mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
filter list of locations on backend side (GET location endpoint)
This commit is contained in:
@@ -447,6 +447,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
|
||||
],
|
||||
[
|
||||
'class' => \Chill\MainBundle\Entity\Location::class,
|
||||
'controller' => \Chill\MainBundle\Controller\LocationApiController::class,
|
||||
'name' => 'location',
|
||||
'base_path' => '/api/1.0/main/location',
|
||||
'base_role' => 'ROLE_USER',
|
||||
|
Reference in New Issue
Block a user