pull/293/head
nielsandriesse 5 years ago
parent b9a1ad4847
commit 9204de6e9c

@ -281,7 +281,7 @@ public enum OnionRequestAPI {
let payload: JSON = [
"body" : parametersAsString,
"endpoint": endpoint,
"method" : request.httpMethod,
"method" : request.httpMethod!,
"headers" : headers
]
let destination = Destination.server(host: host, x25519PublicKey: x25519PublicKey)

Loading…
Cancel
Save