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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-11-19 18:12:20 +0300
committerGitHub <noreply@github.com>2021-11-19 18:12:20 +0300
commitc99cd5ea48e9dfff002fb84924aac847d01ef88a (patch)
tree26b569d2e44c9b0f29d1d01fae23042e220f0fa5 /appinfo
parenta5391aadeb3014b9a69a0abe2c826dafa2a6c1da (diff)
parent48470610832d9045848c00e998785bb214071c2f (diff)
Merge pull request #1722 from nextcloud/work/admin-delegation
Implement Admin delegation for group folder
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 72568f46..27cb637c 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -68,5 +68,10 @@ return ['routes' => [
'name' => 'Folder#aclMappingSearch',
'url' => '/folders/{id}/search',
'verb' => 'GET'
+ ],
+ [
+ 'name' => 'Delegation#getAllGroups',
+ 'url' => 'delegation/groups',
+ 'verb' => 'GET'
]
]];