diff --git a/apps/hiserver/main.go b/apps/hiserver/main.go index 919e8cc..2714ae6 100644 --- a/apps/hiserver/main.go +++ b/apps/hiserver/main.go @@ -10,7 +10,7 @@ func main() { r := gin.Default() r.GET("/ping", func(c *gin.Context) { c.JSON(http.StatusOK, gin.H{ - "message": "pong", + "message": "pongw", }) }) r.Run() // listen and serve on 0.0.0.0:8080 (for windows "localhost:8080")