mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
fixed responses
This commit is contained in:
parent
9b34728629
commit
b473606309
1 changed files with 1 additions and 12 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue