@@ -50,6 +50,7 @@ func main() {
// Users
mainGroup.POST("/auth/login", users.Login)
mainGroup.POST("/auth/logout", users.Logout)
mainGroup.GET("/users/me", users.GetCurrentUser)
mainGroup.GET("/users", users.GetUsers)
mainGroup.GET("/users/:id", users.GetUsers)
The note is not visible to the blocked user.