Skip to content

Commit

Permalink
Endret aareg ingress etter varsling i kanalen deres
Browse files Browse the repository at this point in the history
  • Loading branch information
stigus committed Oct 27, 2023
1 parent 8e71bd9 commit fe9bf6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private Function<PredicateSpec, Buildable<Route>> createReadableRouteToNewEndpoi
.rewritePath("/" + miljoe + "/(?<segment>.*)", "/${segment}")
.filter(authentication)
)
.uri("https://aareg-services-" + miljoe + ".dev.intern.nav.no");
.uri("https://aareg-services-" + miljoe + ".intern.dev.nav.no");
}

private Function<PredicateSpec, Buildable<Route>> createWriteableRouteToNewEndpoint(String miljoe, GatewayFilter authentication) {
Expand Down

0 comments on commit fe9bf6a

Please sign in to comment.