diff --git a/server.go b/server.go index fb39673..cba2a5f 100644 --- a/server.go +++ b/server.go @@ -57,7 +57,6 @@ func (s *Server) makeContext(auth *auth.AuthData, w http.ResponseWriter, r *http w: w, srv: s, auth: auth, - vars: mux.Vars(r), } return c }