@@ -79,7 +79,7 @@ func main() {
}
}).Methods("GET")
r.HandleFunc("/", handlers.NewSession).Methods("POST")
r.Handle("/", c.Handler(http.HandlerFunc(handlers.NewSession))).Methods("POST")
n := negroni.Classic()
n.UseHandler(r)
The note is not visible to the blocked user.