Changed default auth headers

This commit is contained in:
navaneeth 2021-05-07 15:57:17 +05:30
parent c58f01eb52
commit 5d12ef0055

View file

@ -9,5 +9,7 @@ export function authHeader() {
'Content-Type': 'application/json'
};
}
return {};
return {
'Content-Type': 'application/json'
};
}