summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/routes.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-09-19 14:39:51 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-09-19 14:39:51 +0200
commitb947aab80290dc17a50aa714f07bb1981e5307d5 (patch)
tree9dd7996ce6f82d124d077e8db12c59a473fcf1bf /apps/files_sharing/appinfo/routes.php
parent199121134fabb885dce52645b291c82c1bf4c970 (diff)
downloadnextcloud-server-b947aab80290dc17a50aa714f07bb1981e5307d5.tar.gz
nextcloud-server-b947aab80290dc17a50aa714f07bb1981e5307d5.zip
some unit test for the new ocs share api
Diffstat (limited to 'apps/files_sharing/appinfo/routes.php')
-rw-r--r--apps/files_sharing/appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php
index a373bff4dad..3469829b6f7 100644
--- a/apps/files_sharing/appinfo/routes.php
+++ b/apps/files_sharing/appinfo/routes.php
@@ -10,7 +10,7 @@ function() {
OC_API::register('get',
'/apps/files_sharing/api/v1/shares',
- array('\OCA\Files\Share\Api', 'getAllShare'),
+ array('\OCA\Files\Share\Api', 'getAllShares'),
'files_sharing');
OC_API::register('post',