@@ -61,6 +61,10 @@ func main() {
r := gin.Default()
r.GET("/ping", func(c *gin.Context) {
c.JSON(200, gin.H{"msg": "Ping!!"})
})
r.GET("/svg/:name", func(c *gin.Context) {
if err := geneateSvg(client, c); err != nil {
fmt.Println(err.Error())
The note is not visible to the blocked user.