@@ -12,6 +12,7 @@ func main() {
router.LoadHTMLGlob("./templates/*")
router.Static("/static", "./static")
router.GET("/", func(c *gin.Context) { c.HTML(http.StatusOK, "index", nil) })
router.GET("/login", login)
api := router.Group("/api/v1")
{
The note is not visible to the blocked user.