We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d13eb commit 063e2d8Copy full SHA for 063e2d8
main.go
@@ -92,7 +92,7 @@ func main() {
92
r.GET("/ws", wsHandler)
93
94
r.GET("/ping", func(c *gin.Context) {
95
- c.String(200, "test")
+ c.String(200, "pong")
96
})
97
98
r.NoRoute(func(c *gin.Context) {
0 commit comments