1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

Implement Sysinfo

This commit is contained in:
Daniel Pan
2016-03-16 16:21:53 +08:00
committed by lian
parent 899f5241d4
commit bcc4e42142
9 changed files with 240 additions and 6 deletions

View File

@@ -154,6 +154,8 @@ define([
case 'search_user': return siteRoot + 'api2/search-user/';
case 'user_profile': return siteRoot + 'profile/' + options.username + '/';
case 'space_and_traffic': return siteRoot + 'ajax/space_and_traffic/';
// sysadmin
case 'sysinfo': return siteRoot + 'api/v2.1/admin/sysinfo/';
}
},