🐛 fix(api): Server and order

This commit is contained in:
web@ppanel
2024-11-26 14:58:23 +07:00
parent 229d36bfec
commit 255bd8219c
17 changed files with 49 additions and 34 deletions
@@ -37,7 +37,7 @@ const shadowsocksSchema = z.object({
const vmessSchema = z.object({
host: z.string(),
port: z.number(),
enable_tls: z.boolean().nullable(),
enable_tls: z.boolean().nullish(),
tls_config: z.any().nullable(),
network: z.string(),
transport: z.any().nullable(),