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