diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-02-13 17:16:01 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-25 07:25:21 +0100 |
commit | f3023aaa85b8a168d55bd962a241e439e61105d9 (patch) | |
tree | 6823a1821403dab9b85c732b18ded91b5473f030 /apps/files_sharing/appinfo | |
parent | 5df6400e287f5ba1c23dcd4749386d8bd2967d35 (diff) | |
download | nextcloud-server-f3023aaa85b8a168d55bd962a241e439e61105d9.tar.gz nextcloud-server-f3023aaa85b8a168d55bd962a241e439e61105d9.zip |
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.php | 5 |
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 */ |