1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

[sysadmin] groups: modification

This commit is contained in:
llj
2016-12-22 19:15:21 +08:00
parent d6e216dda5
commit 1785171a14
4 changed files with 18 additions and 9 deletions

View File

@@ -183,6 +183,7 @@ define([
case 'admin-trash-libraries': return siteRoot + 'api/v2.1/admin/trash-libraries/';
case 'admin-trash-library': return siteRoot + 'api/v2.1/admin/trash-libraries/' + options.repo_id + '/';
case 'admin_shares': return siteRoot + 'api/v2.1/admin/shares/';
case 'sys_group_admin_export_excel': return siteRoot + 'sys/groupadmin/export-excel/';
}
},