Add theme listing

This commit is contained in:
nemunaire 2016-01-07 20:47:07 +01:00
commit 40f7d7a0be
2 changed files with 26 additions and 1 deletions

View file

@ -13,7 +13,7 @@ type DispatchFunction func([]string, []byte) (interface{}, error)
var apiRouting = map[string]*(map[string]DispatchFunction){
"version": &ApiVersionRouting,
//"themes": &ApiThemesRouting,
"themes": &ApiThemesRouting,
"teams": &ApiTeamsRouting,
}