mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Changed default auth headers
This commit is contained in:
parent
c58f01eb52
commit
5d12ef0055
1 changed files with 3 additions and 1 deletions
|
|
@ -9,5 +9,7 @@ export function authHeader() {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return {};
|
return {
|
||||||
|
'Content-Type': 'application/json'
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue