diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-19 14:39:51 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-19 14:39:51 +0200 |
commit | b947aab80290dc17a50aa714f07bb1981e5307d5 (patch) | |
tree | 9dd7996ce6f82d124d077e8db12c59a473fcf1bf /apps/files_sharing/appinfo/routes.php | |
parent | 199121134fabb885dce52645b291c82c1bf4c970 (diff) | |
download | nextcloud-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.php | 2 |
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', |