Portal: Rename an endpoint with a typo

This commit is contained in:
Stephen Abello
2019-08-09 10:45:54 +02:00
parent 543e57ed7d
commit 660852115e
3 changed files with 5 additions and 5 deletions

View File

@@ -65,10 +65,10 @@ p_object_search_generic:
sHostObjectClass: ~
sHostObjectId: ~
p_object_get_informations_json:
path: '/object/get-informations/json'
p_object_get_information_json:
path: '/object/get-information/json'
defaults:
_controller: 'Combodo\iTop\Portal\Controller\ObjectController::GetInformationsAsJsonAction'
_controller: 'Combodo\iTop\Portal\Controller\ObjectController::GetInformationAsJsonAction'
p_object_document_display:
path: '/object/document/display/{sObjectClass}/{sObjectId}/{sObjectField}'