Skip to content

Commit

Permalink
fix status code number (related to #95)
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Apr 30, 2022
1 parent a46e372 commit b34d2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ func (s *ApiServer) PatchPeer(c *gin.Context) {
// @ID DeletePeer
// @Produce json
// @Param PublicKey query string true "Public Key"
// @Success 202 "No Content"
// @Success 204 "No Content"
// @Failure 400 {object} ApiError
// @Failure 401 {object} ApiError
// @Failure 403 {object} ApiError
Expand Down

0 comments on commit b34d2e1

Please sign in to comment.