Skip to content

Commit

Permalink
Adding support for External URL when adding a new backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Bilala committed Nov 19, 2020
1 parent bd6589e commit 4a01b74
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public static void create(GatewayBackend model, ProxyBackendConfiguration backen
backend.getRoutingGroup(),
backendUrl,
backend.getProxyTo(),
externalUrl,
backend.getExternalUrl(),
active,
backend.isActive())
.insert();
Expand Down

0 comments on commit 4a01b74

Please sign in to comment.