add preference handler

This commit is contained in:
Liang Ding 2014-11-14 17:36:52 +08:00
parent 13414415a2
commit 84de160a09
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ func main() {
http.HandleFunc("/", handlerWrapper(indexHandler))
http.HandleFunc("/start", handlerWrapper(startHandler))
http.HandleFunc("/about", handlerWrapper(aboutHandler))
http.HandleFunc("/preferenceHandler", handlerWrapper(preferenceHandler))
http.HandleFunc("/preference", handlerWrapper(preferenceHandler))
http.HandleFunc("/keyboard_shortcuts", handlerWrapper(keyboardShortcutsHandler))
// static resources