We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba50b3 commit 2a72df4Copy full SHA for 2a72df4
src/rest/api.ts
@@ -41,6 +41,9 @@ export enum OrderByDirection {
41
export const lagHentBrukereFetchInfo = (params: { sok: BeslutteroversiktSok }): FetchInfo => ({
42
url: `${VEILARBVEDTAKSSTOTTE_API}/beslutteroversikt/sok`,
43
method: 'POST',
44
+ headers: {
45
+ 'Content-Type': 'application/json'
46
+ },
47
body: JSON.stringify(params.sok)
48
});
49
0 commit comments