diff --git a/cart b/cart index e77343b..af3aa9f 100755 Binary files a/cart and b/cart differ diff --git a/pkg/proxy/remotehost.go b/pkg/proxy/remotehost.go index 4d7bc86..aa4eded 100644 --- a/pkg/proxy/remotehost.go +++ b/pkg/proxy/remotehost.go @@ -49,7 +49,7 @@ func NewRemoteHost(host string) (*RemoteHost, error) { return &RemoteHost{ host: host, - httpBase: fmt.Sprintf("http://%s:8080/cart", host), + httpBase: fmt.Sprintf("http://%s:8080", host), conn: conn, transport: transport, client: client,