Skip to content

Commit f5a10c1

Browse files
committed
sette riktig content type
1 parent bb565a5 commit f5a10c1

File tree

1 file changed

+1
-0
lines changed
  • v3/packages/internarbeidsflate-decorator-v3/src/api

1 file changed

+1
-0
lines changed

v3/packages/internarbeidsflate-decorator-v3/src/api/ApiClient.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export class ApiClient {
3030
): Record<string, string> => {
3131
const tmpHeaders = {
3232
Authorization: `Bearer ${this.#token}`,
33+
'Content-Type': 'application/json'
3334
};
3435
return { ...tmpHeaders, ...headers };
3536
};

0 commit comments

Comments
 (0)