bump
This commit is contained in:
2
main.go
2
main.go
@@ -90,7 +90,7 @@ func main() {
|
||||
|
||||
r.HandleFunc("/style.css", http.FileServer(http.Dir("./")).ServeHTTP)
|
||||
r.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
|
||||
d.Body = f.Render(true)
|
||||
d.Body = f.Render(false)
|
||||
tmpl.Execute(w, d)
|
||||
})
|
||||
r.HandleFunc("/changepassword", func(w http.ResponseWriter, r *http.Request) {
|
||||
|
Reference in New Issue
Block a user