diff --git a/pkg/gateway/channel_only.go b/pkg/gateway/channel_only.go index 53ca7cae4..983eeea27 100644 --- a/pkg/gateway/channel_only.go +++ b/pkg/gateway/channel_only.go @@ -168,7 +168,7 @@ func setupAndStartChannelServices( addr := net.JoinHostPort(listenHost, strconv.Itoa(cfg.Gateway.Port)) runningServices.ListenHost = listenHost 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) }