Skip to content

Commit

Permalink
Merge pull request #660 from poccariswet/master
Browse files Browse the repository at this point in the history
[FIX] parse comment error integer to string
  • Loading branch information
sdghchj committed Apr 14, 2020
2 parents ccc5ab2 + aaba525 commit ac5b59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/celler/controller/examples.go
Expand Up @@ -33,7 +33,7 @@ func (c *Controller) PingExample(ctx *gin.Context) {
// @Produce json
// @Param val1 query int true "used for calc"
// @Param val2 query int true "used for calc"
// @Success 200 {integer} integer "answer"
// @Success 200 {integer} string "answer"
// @Failure 400 {string} string "ok"
// @Failure 404 {string} string "ok"
// @Failure 500 {string} string "ok"
Expand Down

0 comments on commit ac5b59a

Please sign in to comment.