From 0c9bde7c5eec0414c54f6c8d1f5fc30d9ba6dd9f Mon Sep 17 00:00:00 2001 From: qowevisa Date: Sat, 3 Aug 2024 09:54:29 +0300 Subject: [PATCH] Typo --- handlers/card.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {