From 05e32cd6787f3f5a48192a5604c5bd3e8e3defc7 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 23 Mar 2015 23:17:51 +0100 Subject: German translation. --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index c3222c6..5104d6e 100644 --- a/main.go +++ b/main.go @@ -42,6 +42,7 @@ func main() { r.HandleFunc("/password", PasswordHandler) r.HandleFunc("/changePassword", ChangePasswordHandler).Methods("POST") r.PathPrefix("/static/").Handler(http.StripPrefix("/static/", http.FileServer(http.Dir("./static")))) + r.HandleFunc("/locale", ChangeLocaleHandler) http.Handle("/", r) -- cgit v1.2.3