mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-06-20 03:17:18 +08:00
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
import http from '@/api/http'
|
|
|
|
const unsuspendServer = (uuid: string) => http.post(`/api/admin/servers/${uuid}/settings/unsuspend`)
|
|
|
|
export default unsuspendServer
|