This commit is contained in:
sabban 2022-05-20 11:55:50 +02:00
parent 4efedbed34
commit e9a661c87f

View file

@ -34,10 +34,6 @@ func initAPIServer(cConfig *csconfig.Config) (*apiserver.APIServer, error) {
return nil, fmt.Errorf("unable to run local API: %s", err)
}
log.Info("initiated plugin broker")
apiserver := &apiserver.APIServer{
URL: "",
TLS: &csconfig.TLSCfg{},
}
apiServer.AttachPluginBroker(&pluginBroker)
}