mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-06-15 09:52:47 +08:00
5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import http from '@/api/http'
|
|
|
|
const deleteCoterm = (id: string) => http.delete(`/api/admin/coterms/${id}`)
|
|
|
|
export default deleteCoterm |