From 591ef9f352efd98a85e6d04c0c9072c4c2987527 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 5 Jan 2018 16:17:57 -0600 Subject: Remove utils.ClientCfg and utils.ClientCfgHash (#8041) * remove utils.ClientCfg and utils.ClientCfgHash * remove unused import --- api4/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api4/system.go') diff --git a/api4/system.go b/api4/system.go index c87527ff0..43b941247 100644 --- a/api4/system.go +++ b/api4/system.go @@ -244,7 +244,7 @@ func getClientConfig(c *Context, w http.ResponseWriter, r *http.Request) { } respCfg := map[string]string{} - for k, v := range utils.ClientCfg { + for k, v := range c.App.ClientConfig() { respCfg[k] = v } -- cgit v1.2.3-1-g7c22