Compare commits
No commits in common. "0ea412e72581b86d8aabdd2c3cb5ab6b9d6bf56d" and "ea7d9768d0782ff097a1f6f3db1419420750f0d8" have entirely different histories.
0ea412e725
...
ea7d9768d0
|
@ -240,7 +240,6 @@ func (c *Client) requestHttpViaNats(data model.CommunicationRequestHttp, res int
|
||||||
httputil.HeaderKeyContentType: httputil.HeaderValueApplicationJSON,
|
httputil.HeaderKeyContentType: httputil.HeaderValueApplicationJSON,
|
||||||
}
|
}
|
||||||
data.Payload.Query = map[string]string{}
|
data.Payload.Query = map[string]string{}
|
||||||
data.Payload.URL = u.String()
|
|
||||||
|
|
||||||
return ec.Request(subject.Communication.RequestHTTP, data, res)
|
return ec.Request(subject.Communication.RequestHTTP, data, res)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue