Skip to content

Commit

Permalink
Fiks HTTP 400 feil mot veilarbvedtaksstotte
Browse files Browse the repository at this point in the history
  • Loading branch information
slovrid committed Oct 25, 2023
1 parent efa04d1 commit 38e3d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/veilarbvedtaksstotte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export function fetchHarUtkast(fnr: string): AxiosPromise<boolean> {
}

export function fetchErUtrullet(enhet: string): AxiosPromise<boolean> {
return axiosInstance.get<boolean>(`/veilarbvedtaksstotte/api/utrulling/erUtrullet?enhet=${enhet}`);
return axiosInstance.get<boolean>(`/veilarbvedtaksstotte/api/utrulling/erUtrullet?enhetId=${enhet}`);
}

0 comments on commit 38e3d66

Please sign in to comment.