Added api to get and set preferences

This commit is contained in:
hmhealey
2015-10-01 15:22:04 -04:00
parent da66599fa3
commit a087403e9f
5 changed files with 278 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ func InitApi() {
InitAdmin(r)
InitOAuth(r)
InitWebhook(r)
InitPreference(r)
templatesDir := utils.FindDir("api/templates")
l4g.Debug("Parsing server templates at %v", templatesDir)