Add software and hardware statistics
This commit is contained in:
@@ -11,6 +11,9 @@ export const URL_SYS_GROUP = '/system/group'
|
||||
export const URL_SYS_GROUP_LIST = '/system/group/list'
|
||||
export const URL_SYS_SETTINGS = '/system/settings'
|
||||
export const URL_SYS_SETTINGS_MAIL = `${URL_SYS_SETTINGS}/mail`
|
||||
export const URL_SYS_STATISTICS = '/system/statistics'
|
||||
export const URL_SYS_STATISTICS_SOFTWARE = `${URL_SYS_STATISTICS}/software`
|
||||
export const URL_SYS_STATISTICS_HARDWARE = `${URL_SYS_STATISTICS}/hardware`
|
||||
|
||||
export const URL_API_V1 = '/api/v1'
|
||||
export const URL_API_V1_AVATAR_RANDOM_BASE64 = `${URL_API_V1}/avatar/base64`
|
||||
|
||||
Reference in New Issue
Block a user