This commit is contained in:
2023-12-13 22:41:44 +01:00
parent e691640055
commit c38afc6ef3
3 changed files with 4 additions and 4 deletions

View File

@@ -225,7 +225,7 @@
"handler.ListServer.response": {
"type": "object",
"properties": {
"server": {
"servers": {
"type": "array",
"items": {
"$ref": "#/definitions/models.Server"

View File

@@ -7,7 +7,7 @@ definitions:
type: object
handler.ListServer.response:
properties:
server:
servers:
items:
$ref: '#/definitions/models.Server'
type: array