@@ -55,6 +55,7 @@ func main() {
e.POST("/", h.CreateEvent)
e.GET("/:id", h.GetEvent)
e.GET("/", h.GetEvents)
e.GET("/today", h.GetEventsToday)
e.DELETE("/", h.DeleteEvent)
e.GET("/health", handler.Health)
The note is not visible to the blocked user.