mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
[ share-repo ] can share repo to any groups
This commit is contained in:
@@ -142,6 +142,7 @@ define([
|
||||
|
||||
// Group
|
||||
case 'groups': return siteRoot + 'api/v2.1/groups/';
|
||||
case 'all_groups': return siteRoot + 'api/v2.1/groups/all/';
|
||||
case 'search_group': return siteRoot + 'api/v2.1/search-group/';
|
||||
case 'group': return siteRoot + 'api/v2.1/groups/' + options.group_id + '/';
|
||||
case 'group_members': return siteRoot + 'api/v2.1/groups/' + options.group_id + '/members/';
|
||||
|
Reference in New Issue
Block a user