mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Merge branch 'master' into PHRAS-3092_api-setmetadats-v3_master
This commit is contained in:
@@ -60,6 +60,7 @@ class Thesaurus implements ControllerProviderInterface, ServiceProviderInterface
|
||||
$controllers->match('newterm.php', 'controller.thesaurus:newTerm');
|
||||
$controllers->match('properties.php', 'controller.thesaurus:properties');
|
||||
$controllers->match('thesaurus.php', 'controller.thesaurus:thesaurus')->bind('thesaurus_thesaurus');
|
||||
$controllers->match('populate', 'controller.thesaurus:populate')->bind('thesaurus_populate');
|
||||
|
||||
$controllers->match('xmlhttp/accept.x.php', 'controller.thesaurus:acceptXml');
|
||||
$controllers->match('xmlhttp/acceptcandidates.x.php', 'controller.thesaurus:acceptCandidatesXml');
|
||||
|
Reference in New Issue
Block a user