load more,delete some fix displayed

#time 7h
This commit is contained in:
aina esokia
2020-10-15 17:54:10 +03:00
parent 50e2cc1a1a
commit 713562c679
15 changed files with 246 additions and 101 deletions

View File

@@ -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');