summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorHorus32015-03-23 23:17:51 +0100
committerHorus32015-03-23 23:17:51 +0100
commit05e32cd6787f3f5a48192a5604c5bd3e8e3defc7 (patch)
tree502697af748381e1cfd9cf0d0ea6ba324ad84921 /main.go
parentac1ee887205d068b7b1c1df690f157dda506e419 (diff)
downloadfreemail-05e32cd6787f3f5a48192a5604c5bd3e8e3defc7.tar.gz
German translation.
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
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)