diff --git a/gorush/server.go b/gorush/server.go index 4eee5bb..1bea92d 100644 --- a/gorush/server.go +++ b/gorush/server.go @@ -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) {