mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
load more,delete some fix displayed
#time 7h
This commit is contained in:
@@ -42,6 +42,10 @@ class PSExposeServiceProvider implements ControllerProviderInterface, ServicePro
|
||||
->method('GET')
|
||||
->bind('ps_expose_list_publication');
|
||||
|
||||
$controllers->match('/get-publication/{publicationId}/assets', 'controller.ps.expose:getPublicationAssetsAction')
|
||||
->method('GET')
|
||||
->bind('ps_expose_get_publication_assets');
|
||||
|
||||
$controllers->match('/get-publication/{publicationId}', 'controller.ps.expose:getPublicationAction')
|
||||
->method('GET')
|
||||
->bind('ps_expose_get_publication');
|
||||
|
Reference in New Issue
Block a user