fix delete peer status code (#95)

http.StatusNoContent == 204
This commit is contained in:
lowid
2022-05-01 01:42:46 +08:00
committed by GitHub
parent 83271b5d34
commit a46e3724bf

View File

@@ -437,7 +437,7 @@ var doc = `{
}
],
"responses": {
"202": {
"204": {
"description": "No Content"
},
"400": {