chore: Change spacing.

This commit is contained in:
greysoh 2024-04-27 14:24:04 -04:00
parent 035c1e5b8f
commit f7f2fc7826
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
2 changed files with 9 additions and 9 deletions

View file

@ -22,20 +22,20 @@ export function route(routeOptions: RouteOptions) {
required: ["token", "name", "protocol", "sourceIP", "sourcePort", "destinationPort", "providerID"],
properties: {
token: { type: "string" },
token: { type: "string" },
name: { type: "string" },
description: { type: "string" },
name: { type: "string" },
description: { type: "string" },
protocol: { type: "string" },
protocol: { type: "string" },
sourceIP: { type: "string" },
sourcePort: { type: "number" },
sourceIP: { type: "string" },
sourcePort: { type: "number" },
destinationPort: { type: "number" },
providerID: { type: "number" },
autoStart: { type: "boolean" }
providerID: { type: "number" },
autoStart: { type: "boolean" }
}
}
}

View file

@ -23,7 +23,7 @@ export function route(routeOptions: RouteOptions) {
properties: {
token: { type: "string" },
id: { type: "number" }
id: { type: "number" }
}
}
}