response type change
This commit is contained in:
parent
1991e9aec8
commit
268914e2de
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ func (co *controller) getOne(c *gin.Context) {}
|
||||||
// @Description Get all merch without origins
|
// @Description Get all merch without origins
|
||||||
// @Tags Merch
|
// @Tags Merch
|
||||||
// @Produce json
|
// @Produce json
|
||||||
// @Success 200 {array} merchDTO
|
// @Success 200 {array} ListResponse
|
||||||
// @Success 204
|
// @Success 204
|
||||||
// @Failure 400 {object} responses.BadRequest
|
// @Failure 400 {object} responses.BadRequest
|
||||||
// @Failure 401 {object} responses.Unauthorized
|
// @Failure 401 {object} responses.Unauthorized
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue