mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-06-14 01:12:58 +08:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import http from '@/api/http'
|
|
|
|
const suspendServer = (uuid: string) =>
|
|
http.post(`/api/admin/servers/${uuid}/settings/suspend`)
|
|
|
|
export default suspendServer |