Skip to content

Commit

Permalink
* Pdl fullmakt proxy endringer
Browse files Browse the repository at this point in the history
#deploy-proxy-fullmakt
  • Loading branch information
stigus committed Sep 30, 2024
1 parent 4489de5 commit cfac551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private Function<PredicateSpec, Buildable<Route>> createRoute(String url, Gatewa
.path("/**")
.filters(
filterSpec -> filterSpec
.rewritePath("/(?<segment>.*)", "/pam-cv-api/${segment}")
.rewritePath("/(?<segment>.*)", "/${segment}")
.setResponseHeader("Content-Type", "application/json; charset=UTF-8")
.filter(filter))
.uri(url);
Expand Down

0 comments on commit cfac551

Please sign in to comment.