Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
sdghchj committed Apr 14, 2020
2 parents eb365f7 + ac5b59a commit a1ce1cc
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 a1ce1cc

Please sign in to comment.