Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroparoz <owncloud@interfasys.ch>2015-09-04 02:10:02 +0300
committeroparoz <owncloud@interfasys.ch>2015-09-04 02:11:15 +0300
commit05543877274387b8d3bb236768c66284c01b8f23 (patch)
tree8d11915d3f866428f41d4a94ef4e0eb957b7cb93 /appinfo
parentf79c337a3705a3ca9399a779e8b26e6ec5daed89 (diff)
Fix public routes
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index b9506521..403b9dd5 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -105,7 +105,7 @@ return [
'verb' => 'GET'
],
[
- 'name' => 'files_public#get_lists',
+ 'name' => 'files_public#get_list',
'url' => '/files.public/list',
'verb' => 'GET'
],
@@ -116,12 +116,12 @@ return [
'defaults' => ['fileId' => null]
],
[
- 'name' => 'public_preview#get_thumbnails',
+ 'name' => 'preview_public#get_thumbnails',
'url' => '/thumbnails.public',
'verb' => 'GET'
],
[
- 'name' => 'public_preview#get_preview',
+ 'name' => 'preview_public#get_preview',
'url' => '/preview.public/{fileId}',
'verb' => 'GET'
],