mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
renamed sarS api&®ister the sarS service to servmanager
This commit is contained in:
committed by
Dan Christian Bogos
parent
86df598920
commit
8103cd4c9f
@@ -196,7 +196,7 @@ func (srvMngr *ServiceManager) handleReload() {
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.STATS_JSON):
|
||||
go srvMngr.reloadService(utils.StatS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.SARS_JSON):
|
||||
go srvMngr.reloadService(utils.SaRS)
|
||||
go srvMngr.reloadService(utils.SarS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.RESOURCES_JSON):
|
||||
go srvMngr.reloadService(utils.ResourceS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.RouteSJson):
|
||||
|
||||
Reference in New Issue
Block a user