fix proxy
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user