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

[system admin] enable user to upload a license file

This commit is contained in:
llj
2017-07-04 10:39:11 +08:00
parent 3149a4d49d
commit 0015a9a6c8
7 changed files with 68 additions and 27 deletions

View File

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