replace http status

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-10-06 10:45:56 +08:00
parent 34bd272cbe
commit 6ec814c4e0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func rootHandler(c *gin.Context) {
}
func heartbeatHandler(c *gin.Context) {
c.AbortWithStatus(200)
c.AbortWithStatus(http.StatusOK)
}
func versionHandler(c *gin.Context) {