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
path: root/js
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 /js
parentf79c337a3705a3ca9399a779e8b26e6ec5daed89 (diff)
Fix public routes
Diffstat (limited to 'js')
-rw-r--r--js/gallery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gallery.js b/js/gallery.js
index 7a7aa52d..7594cec8 100644
--- a/js/gallery.js
+++ b/js/gallery.js
@@ -63,7 +63,7 @@
etag: albumEtag
};
// Only use the folder as a GET parameter and not as part of the URL
- var url = Gallery.utility.buildGalleryUrl('files/list', '', params);
+ var url = Gallery.utility.buildGalleryUrl('files', '/list', params);
return $.getJSON(url).then(function (/**{{albuminfo:Object, files:Array}}*/ data) {
/**@type {{
* fileid: number,