Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mimimix committed Jan 17, 2024
1 parent 20ef975 commit ab62db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hiserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ab62db1

Please sign in to comment.