@@ -44,6 +44,7 @@ func main() {
e.POST("/login", h.Login)
e.GET("/me", h.GetCurrentUser)
e.POST("/", h.CreateUser)
e.POST("/:id/avatar", h.UploadAvatar)
e.GET("/", h.GetUsers)
e.GET("/:id", h.GetUser)
e.GET("/batch/:ids", h.GetUserBatch)
The note is not visible to the blocked user.