Skip to content

Commit

Permalink
Har lagt til en route til våres app #deploy-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Devold-Fjeld committed Jul 22, 2024
1 parent 54c7f52 commit d074783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public RouteLocator customRouteLocator(RouteLocatorBuilder builder) {
.route(createRoute(consumers.getGenererNavnService()))
.route(createRoute(consumers.getTestnavKodeverkService()))
.route(createRoute(consumers.getTestnavTenorSearchService()))
.route(createRoute(consumers.getTestnavLevendeArbeidsforholdAnsettelse(), "testnav-levende-arbeidsforhold-ansettelse"))
.build();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ public class Consumers {
private ServerProperties testnorgeProfilApi;
private ServerProperties testnorgeTilbakemeldingApi;
private ServerProperties testnavTenorSearchService;
private ServerProperties testnavLevendeArbeidsforholdAnsettelse;

}

0 comments on commit d074783

Please sign in to comment.