Этот коммит содержится в:
Elias Nahum
2018-05-21 10:15:23 -04:00
коммит произвёл Joram Wilander
родитель a9d083d119
Коммит 1af1bce619

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

@@ -30,9 +30,9 @@ func NewWeb(a *app.App, root *mux.Router) *Web {
MainRouter: root,
}
web.InitStatic()
web.InitWebhooks()
web.InitSaml()
web.InitStatic()
return web
}