url format improved
This commit is contained in:
parent
65668f5bee
commit
3bbde50f96
@ -109,6 +109,7 @@ func (p *PeerCache) LaunchPeerExecution(peerID string, dataID string,
|
||||
go p.exec(v.Url, tools.ToMethod(v.Method), v.Body, caller)
|
||||
}
|
||||
}
|
||||
fmt.Println("URL exec", url)
|
||||
return nil, p.exec(url, method, body, caller) // Execute the method
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user