updated sags service name to ranking

This commit is contained in:
gezimbll
2024-07-08 08:10:31 -04:00
committed by Dan Christian Bogos
parent 4d4392d196
commit 85bd7a50e7
58 changed files with 889 additions and 891 deletions

View File

@@ -197,8 +197,8 @@ func (srvMngr *ServiceManager) handleReload() {
go srvMngr.reloadService(utils.StatS)
case <-srvMngr.GetConfig().GetReloadChan(config.TRENDS_JSON):
go srvMngr.reloadService(utils.TrendS)
case <-srvMngr.GetConfig().GetReloadChan(config.SAGS_JSON):
go srvMngr.reloadService(utils.SagS)
case <-srvMngr.GetConfig().GetReloadChan(config.RANKINGS_JSON):
go srvMngr.reloadService(utils.RankingS)
case <-srvMngr.GetConfig().GetReloadChan(config.RESOURCES_JSON):
go srvMngr.reloadService(utils.ResourceS)
case <-srvMngr.GetConfig().GetReloadChan(config.RouteSJson):