From ab62db16c18aa077aea596af69f96959a2caab7f Mon Sep 17 00:00:00 2001 From: mimimix <39842497+mimimix@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:07:06 +0300 Subject: [PATCH] Update main.go --- apps/hiserver/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")