mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-06-14 01:12:58 +08:00
6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
import http from '@/api/http'
|
|
|
|
const deleteIso = (nodeId: number, isoUuid: string) =>
|
|
http.delete(`/api/admin/nodes/${nodeId}/isos/${isoUuid}`)
|
|
|
|
export default deleteIso |