mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-06-20 22:36:49 +08:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
import http from '@/api/http'
|
|
|
|
const deleteNode = (id: number) => http.delete(`/api/admin/nodes/${id}`)
|
|
|
|
export default deleteNode
|