Skip to content

Commit

Permalink
/members/{id} [put]
Browse files Browse the repository at this point in the history
  • Loading branch information
pai0id committed Aug 12, 2024
1 parent 0953d67 commit 86e4461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ports/members.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ func (h *MembersHandler) DeleteMember(w http.ResponseWriter, req *http.Request)
// @Failure 404
// @Failure 409
// @Failure 500
// @Router /members/update [put]
// @Router /members/{id} [put]
// @Security Authorised
func (h *MembersHandler) UpdateMember(w http.ResponseWriter, req *http.Request) handler.Response {
h.logger.Info("MembersHandler: got UpdateMember request")
Expand Down

0 comments on commit 86e4461

Please sign in to comment.