Skip to content

Commit

Permalink
Merge pull request #451 from navikt/dev
Browse files Browse the repository at this point in the history
Prodsetting: Ny URL til DKIF
  • Loading branch information
matiasvinjevoll authored Oct 24, 2022
2 parents 7a45ba3 + 525c85b commit f830e95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public BehandleArbeidssokerClient behandleArbeidssokerClient(EnvironmentProperti

@Bean
public DkifClient dkifClient(SystemUserTokenProvider systemUserTokenProvider) {
String url = UrlUtils.createServiceUrl("dkif", "default", false);
String url = UrlUtils.createServiceUrl("dkif", "team-rocket", false);
return new DkifClientImpl(url, systemUserTokenProvider);
}

Expand Down

0 comments on commit f830e95

Please sign in to comment.