From 9eed4c99cc9449b4f3432870f8ae44220e37ba2f Mon Sep 17 00:00:00 2001 From: nquidox Date: Mon, 15 Dec 2025 18:14:54 +0300 Subject: [PATCH] path fix --- internal/api/merch/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/merch/controller.go b/internal/api/merch/controller.go index 9d5e5a9..47d774d 100644 --- a/internal/api/merch/controller.go +++ b/internal/api/merch/controller.go @@ -68,7 +68,7 @@ func (h *Handler) RegisterRoutes(r *gin.RouterGroup, authMW gin.HandlerFunc, ref // @Success 200 // @Failure 400 {object} responses.ErrorResponse400 // @Failure 500 {object} responses.ErrorResponse500 -// @Router /merch [post] +// @Router /merch/ [post] func (co *controller) addMerch(c *gin.Context) { var payload MerchDTO if err := c.ShouldBind(&payload); err != nil {