@@ -52,7 +52,7 @@ func main() {
server.Use(gin.Recovery())
server.Use(gin.Logger())
server.Static("/static", "./static")
server.Static("/static", os.Getenv("STATIC"))
server.LoadHTMLGlob("views/*.html")
apiRoutes := server.Group("/api")
The note is not visible to the blocked user.