fix(gateway): adapt channel-only health.NewServer signature
This commit is contained in:
parent
c45ac0a195
commit
c146e7edd2
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ func setupAndStartChannelServices(
|
||||||
addr := net.JoinHostPort(listenHost, strconv.Itoa(cfg.Gateway.Port))
|
addr := net.JoinHostPort(listenHost, strconv.Itoa(cfg.Gateway.Port))
|
||||||
runningServices.ListenHost = listenHost
|
runningServices.ListenHost = listenHost
|
||||||
runningServices.ListenPort = cfg.Gateway.Port
|
runningServices.ListenPort = cfg.Gateway.Port
|
||||||
runningServices.HealthServer = health.NewServer(listenHost, cfg.Gateway.Port)
|
runningServices.HealthServer = health.NewServer(listenHost, cfg.Gateway.Port, "")
|
||||||
runningServices.ChannelManager.SetupHTTPServer(addr, runningServices.HealthServer)
|
runningServices.ChannelManager.SetupHTTPServer(addr, runningServices.HealthServer)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue