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

Merge branch '6.1'

This commit is contained in:
lian
2017-08-12 14:34:11 +08:00
82 changed files with 2176 additions and 510 deletions

View File

@@ -194,6 +194,8 @@ define([
case 'admin_shares': return siteRoot + 'api/v2.1/admin/shares/';
case 'sys_group_admin_export_excel': return siteRoot + 'sys/groupadmin/export-excel/';
case 'admin-logs': return siteRoot + 'api/v2.1/admin/admin-logs/';
case 'license': return siteRoot + 'api/v2.1/admin/license/';
}
},