Skip to content

Commit

Permalink
feat: forward rate request to deployment (#25)
Browse files Browse the repository at this point in the history
* feat: forward rate request to deployment

* Revert config

---------

Co-authored-by: Aliaksandr Stsiapanay <[email protected]>
  • Loading branch information
astsiapanay and astsiapanay authored Nov 10, 2023
1 parent 5523057 commit 762853d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ private Future<?> sendRequest() {
Upstream upstream = route.next();
RequestOptions options = new RequestOptions()
.setAbsoluteURI(new URL(upstream.getEndpoint()))
.setURI(request.uri())
.setMethod(request.method());

return proxy.getClient().request(options)
Expand Down

0 comments on commit 762853d

Please sign in to comment.