Skip to content

Commit

Permalink
Endret TestnavUdistubProxyProperties.java til nytt pattern med Consum…
Browse files Browse the repository at this point in the history
…ers.java.
  • Loading branch information
rfc3092 committed Nov 13, 2023
1 parent 35cdbc0 commit 020ff22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class DollyFrontendApplicationStarter {
private final AccessService accessService;
private final UserJwtExchange userJwtExchange;
private final Consumers consumers;
//private final TestnavUdistubProxyProperties testnavUdistubProxyProperties;

@Bean
public RouteLocator customRouteLocator(RouteLocatorBuilder builder) {
Expand All @@ -64,7 +63,7 @@ public RouteLocator customRouteLocator(RouteLocatorBuilder builder) {
.route(createRoute(consumers.getTestnavInntektstubProxy()))
.route(createRoute(consumers.getTestnavBrregstubProxy()))
.route(createRoute(consumers.getTestnavAaregProxy()))
//.route(createRoute(testnavUdistubProxyProperties, "testnav-udistub-proxy"))
.route(createRoute(consumers.getTestnavUdistubProxy(), "testnav-udistub-proxy"))
.route(createRoute(consumers.getTestnavArenaForvalterenProxy()))
.route(createRoute(consumers.getTestnavKrrstubProxy(), "testnav-krrstub-proxy"))
.route(createRoute(consumers.getTestnavMedlProxy(), "testnav-medl-proxy"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ public class Consumers {
private ServerProperties testnorgeProfilApi;
private ServerProperties testnorgeTilbakemeldingApi;
private ServerProperties testnavTpsMessagingService;
private ServerProperties testnavUdistubProxy;

}

This file was deleted.

0 comments on commit 020ff22

Please sign in to comment.