Add tool category management page
This commit is contained in:
@@ -25,6 +25,10 @@ export const URL_SYS_STATISTICS_CPU = `${URL_SYS_STATISTICS}/cpu`
|
||||
export const URL_SYS_STATISTICS_STORAGE = `${URL_SYS_STATISTICS}/storage`
|
||||
export const URL_SYS_STATISTICS_ONLINE = `${URL_SYS_STATISTICS}/online`
|
||||
export const URL_SYS_STATISTICS_ACTIVE = `${URL_SYS_STATISTICS}/active`
|
||||
export const URL_SYS_TOOL = '/system/tool'
|
||||
export const URL_SYS_TOOL_CATEGORY = `${URL_SYS_TOOL}/category`
|
||||
export const URL_SYS_TOOL_BASE = `${URL_SYS_TOOL}/base`
|
||||
export const URL_SYS_TOOL_TEMPLATE = `${URL_SYS_TOOL}/template`
|
||||
|
||||
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