From 8e19ba029f889519d93cf272960dce858971106c Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 18 Oct 2017 15:36:43 -0700 Subject: Reduce utils.Cfg references (#7650) * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp --- api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/api.go') diff --git a/api/api.go b/api/api.go index 59fc87c71..4f593cfa5 100644 --- a/api/api.go +++ b/api/api.go @@ -117,7 +117,7 @@ func Init(a *app.App, root *mux.Router) *API { a.InitEmailBatching() - if *utils.Cfg.ServiceSettings.EnableAPIv3 { + if *a.Config().ServiceSettings.EnableAPIv3 { l4g.Info("API version 3 is scheduled for deprecation. Please see https://api.mattermost.com for details.") } -- cgit v1.2.3-1-g7c22