mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
Dashboard
This commit is contained in:
Vendored
+13
@@ -90,6 +90,19 @@ const api = {
|
||||
listSetting: (params) => {
|
||||
return axios.get('settings', {params});
|
||||
},
|
||||
listStatData: () => {
|
||||
return axios.get('dashboard/stat-data')
|
||||
},
|
||||
listLatestUser: () => {
|
||||
return axios.get('dashboard/latest-user')
|
||||
},
|
||||
listLatestTorrent: () => {
|
||||
return axios.get('dashboard/latest-torrent')
|
||||
},
|
||||
listSystemInfo: () => {
|
||||
return axios.get('dashboard/system-info')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default api
|
||||
|
||||
Reference in New Issue
Block a user