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