Commit 0127bc42 authored by tom's avatar tom

hmmm

parent e9d4ac66
export default function getDefaultHeaders() {
return {
Accept: 'application/json',
Authorization: `Bearer ${ process.env.API_AUTHORIZATION_TOKEN }`,
'Content-type': 'application/json',
accept: 'application/json',
authorization: `Bearer ${ process.env.API_AUTHORIZATION_TOKEN }`,
'content-type': 'application/json',
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment