diff --git a/internal/merch/controller.go b/internal/merch/controller.go index 43e5b1f..aff25c8 100644 --- a/internal/merch/controller.go +++ b/internal/merch/controller.go @@ -95,7 +95,7 @@ func (co *controller) getOne(c *gin.Context) {} // @Description Get all merch without origins // @Tags Merch // @Produce json -// @Success 200 {array} merchDTO +// @Success 200 {array} ListResponse // @Success 204 // @Failure 400 {object} responses.BadRequest // @Failure 401 {object} responses.Unauthorized