Add theme listing
This commit is contained in:
parent
b958b01635
commit
40f7d7a0be
2 changed files with 26 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue