config path

This commit is contained in:
wangchuxiao
2023-02-24 11:13:16 +08:00
parent 66aaa9b152
commit 92764b3727
13 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ func start(rpcPorts []int, rpcRegisterName string, prometheusPorts []int, rpcFn
return err
}
if config.Config.Prometheus.Enable {
err := prome.StartPromeSrv(*flagPrometheusPort)
err := prome.StartPrometheusSrv(*flagPrometheusPort)
if err != nil {
return err
}