fix
This commit is contained in:
parent
ae2767c8a2
commit
54ebaeb412
1 changed files with 0 additions and 4 deletions
|
@ -33,10 +33,6 @@ func initAPIServer(cConfig *csconfig.Config) (*apiserver.APIServer, error) {
|
|||
return nil, errors.Wrap(err, "unable to run local API")
|
||||
}
|
||||
log.Info("initiated plugin broker")
|
||||
apiserver := &apiserver.APIServer{
|
||||
URL: "",
|
||||
TLS: &csconfig.TLSCfg{},
|
||||
}
|
||||
apiServer.AttachPluginBroker(&pluginBroker)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue