fixed responses

This commit is contained in:
Miodec 2022-03-04 16:03:28 +01:00
parent 9b34728629
commit b473606309

View file

@ -64,15 +64,7 @@
"default": {
"description": "",
"schema": {
"type": "object",
"properties": {
"uptime": {
"type": "number"
},
"requestsProcessed": {
"type": "number"
}
}
"$ref": "#/definitions/Response"
}
}
}
@ -1037,9 +1029,6 @@
"type": "object",
"required": ["error", "message"],
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
},