Browse Source

feat: 增加单条指令查询 URL

main
xiaosi 3 weeks ago
parent
commit
0741b864cb
  1. 1
      src/config/urls.js

1
src/config/urls.js

@ -46,6 +46,7 @@ export const ALARM_RESOLVE = (id) => `/v1/alarms/${id}/resolve`
// Commands // Commands
export const COMMANDS = '/v1/commands' export const COMMANDS = '/v1/commands'
export const COMMAND = (id) => `/v1/commands/${id}`
// Account // Account
export const ACCOUNT_PROFILE = '/v1/account/profile' export const ACCOUNT_PROFILE = '/v1/account/profile'

Loading…
Cancel
Save