swagger docs update
This commit is contained in:
parent
5952c8e320
commit
0d5d03ba0d
4 changed files with 121 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue