diff --git a/handlers/card.go b/handlers/card.go index 867599a..ccd80d8 100644 --- a/handlers/card.go +++ b/handlers/card.go @@ -214,7 +214,7 @@ func CardPutId(c *gin.Context) { // @Failure 401 {object} types.ErrorResponse // @Failure 500 {object} types.ErrorResponse // @Security ApiKeyAuth -// @Router /card/edit/:id [put] +// @Router /card/delete/:id [delete] func CardDeleteId(c *gin.Context) { userIDAny, exists := c.Get("UserID") if !exists {