mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 05:16:38 +00:00
Get new api endpoints working
This commit is contained in:
@@ -113,7 +113,8 @@ const configSchema = z.object({
|
||||
wg_site: z.object({
|
||||
block_size: z.number().positive().gt(0),
|
||||
subnet_group: z.string(),
|
||||
start_port: portSchema
|
||||
start_port: portSchema,
|
||||
site_block_size: z.number().positive().gt(0)
|
||||
}),
|
||||
rate_limits: z.object({
|
||||
global: z.object({
|
||||
|
||||
Reference in New Issue
Block a user