Remote cfg.HTTPCDRsURM and cfg.FreeswitchCDRsURl from cgr-engine.go(used in engine/cdrs.go as parameters for RegisterHTTPFunc)

This commit is contained in:
TeoV
2018-03-15 06:20:44 -04:00
committed by Dan Christian Bogos
parent 50e58fbcaf
commit 75cfe007a1

View File

@@ -726,8 +726,6 @@ func startRpc(server *utils.Server, internalRaterChan,
cfg.HTTPListen,
cfg.HTTPJsonRPCURL,
cfg.HTTPWSURL,
cfg.HTTPFreeswitchCDRsURL,
cfg.HTTPCDRsURL,
cfg.HTTPUseBasicAuth,
cfg.HTTPAuthUsers,
)