mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
resolve conflicts
This commit is contained in:
commit
1991475437
62 changed files with 1765 additions and 484 deletions
|
@ -68,7 +68,7 @@ func (factory *ProxyFactory) NewAgentProxy(endpoint *portainer.Endpoint) (*Proxy
|
|||
return nil, errors.Wrap(err, "failed starting proxy server")
|
||||
}
|
||||
|
||||
return proxyServer, err
|
||||
return proxyServer, nil
|
||||
}
|
||||
|
||||
func (proxy *ProxyServer) start() error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue