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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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