renamed sarS api&&register the sarS service to servmanager

This commit is contained in:
gezimbll
2024-06-11 03:56:51 -04:00
committed by Dan Christian Bogos
parent 86df598920
commit 8103cd4c9f
6 changed files with 53 additions and 25 deletions

View File

@@ -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):