diff --git a/handlers/routes.go b/handlers/routes.go index 508d0e14..ff5c794b 100644 --- a/handlers/routes.go +++ b/handlers/routes.go @@ -55,7 +55,7 @@ func Router() *mux.Router { r.Handle("/charts.js", http.HandlerFunc(renderServiceChartsHandler)) r.Handle("/setup", http.HandlerFunc(setupHandler)).Methods("GET") r.Handle("/setup", http.HandlerFunc(processSetupHandler)).Methods("POST") - r.Handle("/dashboard", cached("60s", "text/html", http.HandlerFunc(dashboardHandler))).Methods("GET") + r.Handle("/dashboard", http.HandlerFunc(dashboardHandler)).Methods("GET") r.Handle("/dashboard", http.HandlerFunc(loginHandler)).Methods("POST") r.Handle("/logout", http.HandlerFunc(logoutHandler)) r.Handle("/plugins/download/{name}", http.HandlerFunc(pluginsDownloadHandler)) diff --git a/source/wiki.go b/source/wiki.go index c22b7518..75be7821 100644 --- a/source/wiki.go +++ b/source/wiki.go @@ -1,6 +1,6 @@ // Code generated by go generate; DO NOT EDIT. // This file was generated by robots at -// 2019-02-01 12:26:35.052075 -0800 PST m=+0.640410556 +// 2019-02-01 12:43:06.225168 -0800 PST m=+0.541047332 // // This contains the most recently Markdown source for the Statping Wiki. package source