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

Merge pull request #1674 from haiwen/license

license
This commit is contained in:
xiez
2017-07-15 15:37:06 +08:00
committed by GitHub
9 changed files with 148 additions and 12 deletions

View File

@@ -189,6 +189,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/';
}
},