url format improved

This commit is contained in:
mr 2024-10-07 15:12:44 +02:00
parent 65668f5bee
commit 3bbde50f96

View File

@ -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
}