@@ -62,7 +62,7 @@ func main() {
r := gin.Default()
r.GET("/ping", func(c *gin.Context) {
c.JSON(200, gin.H{"msg": "Ping!!"})
c.JSON(200, gin.H{"msg": "Ping Ping!!"})
})
r.GET("/svg/:name", func(c *gin.Context) {
The note is not visible to the blocked user.