Skip to content

Commit

Permalink
POFIM-52 fikser url for å sette forespørsler til utgått (#6803)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjaAalerud authored Oct 22, 2024
1 parent 3a2c9a2 commit 7d44071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public FpinntektsmeldingKlient() {
this.uriOpprettForesporsel = toUri(restConfig.fpContextPath(), "/api/foresporsel/opprett");
this.uriLukkForesporsel = toUri(restConfig.fpContextPath(), "/api/foresporsel/lukk");
this.uriOverstyrInntektsmelding = toUri(restConfig.fpContextPath(), "/api/overstyring/inntektsmelding");
this.uriSettForesporselTilUtgaatt = toUri(restConfig.fpContextPath(), "/api/sett-til-utgatt");
this.uriSettForesporselTilUtgaatt = toUri(restConfig.fpContextPath(), "/api/foresporsel/sett-til-utgatt");
}

public OpprettForespørselResponse opprettForespørsel(OpprettForespørselRequest request) {
Expand Down

0 comments on commit 7d44071

Please sign in to comment.