diff options
| author | Horus3 | 2015-03-23 23:17:51 +0100 |
|---|---|---|
| committer | Horus3 | 2015-03-23 23:17:51 +0100 |
| commit | 05e32cd6787f3f5a48192a5604c5bd3e8e3defc7 (patch) | |
| tree | 502697af748381e1cfd9cf0d0ea6ba324ad84921 /main.go | |
| parent | ac1ee887205d068b7b1c1df690f157dda506e419 (diff) | |
| download | freemail-05e32cd6787f3f5a48192a5604c5bd3e8e3defc7.tar.gz | |
German translation.
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
