@@ -10,7 +10,7 @@ func Router() *gin.Engine {
r := gin.Default()
r.GET("/", handler.Index)
r.GET("/article/:id", handler.Article)
r.GET("/article/:id", handler.GetArticle)
return r
}
The note is not visible to the blocked user.