添加网关类型GOST
This commit is contained in:
@@ -14,7 +14,8 @@ export async function createGateway(data: {
|
||||
host?: string
|
||||
type: number
|
||||
status: number
|
||||
secret: string
|
||||
secret?: string
|
||||
port?: number
|
||||
}) {
|
||||
return callByUser<Gateway>("/api/admin/proxy/create", data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user