@@ -174,7 +174,7 @@ func main() {
router.GET("/", func(c *gin.Context) {
c.HTML(http.StatusOK, "index.html", gin.H{})
})
router.Static("/", "./frontend")
router.Static("/frontend", "./frontend")
// asset routes
router.Static("/scripts", "./scripts")
The note is not visible to the blocked user.