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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-02-13 19:16:01 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-25 09:25:21 +0300
commitf3023aaa85b8a168d55bd962a241e439e61105d9 (patch)
tree6823a1821403dab9b85c732b18ded91b5473f030 /apps/files_sharing/appinfo
parent5df6400e287f5ba1c23dcd4749386d8bd2967d35 (diff)
Show sharing recommendations
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r--apps/files_sharing/appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php
index eea6715e57d..ce7ba409199 100644
--- a/apps/files_sharing/appinfo/routes.php
+++ b/apps/files_sharing/appinfo/routes.php
@@ -94,6 +94,11 @@ return [
'url' => '/api/v1/sharees',
'verb' => 'GET',
],
+ [
+ 'name' => 'ShareesAPI#findRecommended',
+ 'url' => '/api/v1/sharees_recommended',
+ 'verb' => 'GET',
+ ],
/*
* Remote Shares
*/