fix delete peer status code (#95)

http.StatusNoContent == 204
This commit is contained in:
lowid
2022-04-30 19:42:46 +02:00
committed by GitHub
parent 83271b5d34
commit a46e3724bf
+1 -1
View File
@@ -437,7 +437,7 @@ var doc = `{
}
],
"responses": {
"202": {
"204": {
"description": "No Content"
},
"400": {