mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
Implement Sysinfo
This commit is contained in:
@@ -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/';
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user