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