mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated ConfigSv1.ReloadSections to ConfigSv1.ReloadConfigFromJSON
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
func init() {
|
||||
c := &CmdRelaodConfigSection{
|
||||
name: "reload_config",
|
||||
rpcMethod: utils.ConfigSv1ReloadConfig,
|
||||
rpcMethod: utils.ConfigSv1ReloadConfigFromPath,
|
||||
rpcParams: &config.ConfigReloadWithArgDispatcher{},
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
|
||||
Reference in New Issue
Block a user