mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-06-14 01:12:58 +08:00
5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
import http from '@/api/http'
|
|
|
|
const deleteNode = (id: number) => http.delete(`/api/admin/nodes/${id}`)
|
|
|
|
export default deleteNode |