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