config update pt2

This commit is contained in:
simon 2019-12-12 21:52:12 -05:00
parent 45bd47649c
commit dfa66c9533

View File

@ -52,7 +52,7 @@ func New() *Architeuthis {
templ, _ := template.ParseFiles("templates/stats.html")
mux.HandleFunc("/stats", func(w http.ResponseWriter, r *http.Request) {
err = templ.Execute(w, a.getStats())
_ = templ.Execute(w, a.getStats())
})
mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {