Skip to content

Commit

Permalink
Update LagreAlderspensjonCommand.java
Browse files Browse the repository at this point in the history
Oppdatert til ASYNC-endepunkt for AP søknad
  • Loading branch information
krharum authored Feb 20, 2025
1 parent 13949be commit 7946525
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public class LagreAlderspensjonCommand implements Callable<Flux<PensjonforvalterResponse>> {

private static final String PENSJON_AP_VEDTAK_URL = "/api/v4/vedtak/ap";
private static final String PENSJON_AP_SOKNAD_URL = "/api/v3/vedtak/ap/soknad";
private static final String PENSJON_AP_SOKNAD_URL = "/api/v4/vedtak/ap/soknad";

private final WebClient webClient;

Expand Down Expand Up @@ -77,4 +77,4 @@ public Flux<PensjonforvalterResponse> call() {
.toList())
.build()));
}
}
}

0 comments on commit 7946525

Please sign in to comment.