Removed more actions

This commit is contained in:
Trial97
2021-03-31 17:27:47 +03:00
committed by Dan Christian Bogos
parent ce915c77a6
commit 21d4dd16fa
94 changed files with 239 additions and 1008 deletions

View File

@@ -251,8 +251,6 @@ func (srvMngr *ServiceManager) handleReload() {
go srvMngr.reloadService(utils.GlobalVarS)
case <-srvMngr.GetConfig().GetReloadChan(config.AccountSCfgJson):
go srvMngr.reloadService(utils.AccountS)
case <-srvMngr.GetConfig().GetReloadChan(config.ActionSJson):
go srvMngr.reloadService(utils.ActionS)
case <-srvMngr.GetConfig().GetReloadChan(config.CoreSCfgJson):
go srvMngr.reloadService(utils.CoreS)
}