Added api to get and set preferences

Этот коммит содержится в:
hmhealey
2015-10-01 15:22:04 -04:00
родитель da66599fa3
Коммит a087403e9f
5 изменённых файлов: 278 добавлений и 0 удалений

Просмотреть файл

@@ -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)