swagger docs update

This commit is contained in:
nquidox 2025-09-18 17:24:06 +03:00
parent 5952c8e320
commit 0d5d03ba0d
4 changed files with 121 additions and 8 deletions

View file

@ -106,7 +106,7 @@ func (co *controller) getSingleMerch(c *gin.Context) {
// @Success 200 {array} ListResponse
// @Failure 400 {object} responses.ErrorResponse400
// @Failure 500 {object} responses.ErrorResponse500
// @Router /merch/{uuid} [get]
// @Router /merch/ [get]
func (co *controller) getAllMerch(c *gin.Context) {
userUuid, err := co.utils.GetUserUuidFromContext(c)
if err != nil {