response type change

This commit is contained in:
nquidox 2026-03-13 16:50:50 +03:00
parent 1991e9aec8
commit 268914e2de

View file

@ -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