fix proxy
This commit is contained in:
@@ -49,7 +49,7 @@ func NewRemoteHost(host string) (*RemoteHost, error) {
|
|||||||
|
|
||||||
return &RemoteHost{
|
return &RemoteHost{
|
||||||
host: host,
|
host: host,
|
||||||
httpBase: fmt.Sprintf("http://%s:8080/cart", host),
|
httpBase: fmt.Sprintf("http://%s:8080", host),
|
||||||
conn: conn,
|
conn: conn,
|
||||||
transport: transport,
|
transport: transport,
|
||||||
client: client,
|
client: client,
|
||||||
|
|||||||
Reference in New Issue
Block a user