mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
person: remove api endpoint (was a mistake)
This commit is contained in:
parent
3d3ce7814b
commit
d71d1beb42
@ -738,20 +738,6 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'class' => \Chill\PersonBundle\Entity\PersonAltName::class,
|
||||
'name' => 'person_alt_names',
|
||||
'base_path' => '/api/1.0/person/config/alt_names',
|
||||
'base_role' => 'ROLE_USER',
|
||||
'actions' => [
|
||||
'_index' => [
|
||||
'methods' => [
|
||||
Request::METHOD_GET => true,
|
||||
Request::METHOD_HEAD => true,
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user