@@ -17,9 +17,6 @@ func NewRouter() *Router {
r := &Router{
mux: http.NewServeMux(),
}
// catch all options
r.mux.Handle("OPTIONS /", optionsHandler{})
return r
The note is not visible to the blocked user.