@ -36,7 +36,8 @@ func main() {
return
}
})
h.GET("*", func(ctx context.Context, c *app.RequestContext) {
h.GET("/*any", func(ctx context.Context, c *app.RequestContext) {
c.JSON(200, map[string]interface{}{"message": "pong"})
h.Spin()
The note is not visible to the blocked user.