feat: add accept http header

This commit is contained in:
thecodrr
2020-08-22 12:31:28 +05:00
parent 29004abd6d
commit 1c81b8ae74

View File

@@ -6,4 +6,5 @@ export const HEADERS = {
agent: "nn/1.0.0", agent: "nn/1.0.0",
origin: "notesnook.com", origin: "notesnook.com",
"Content-Type": "application/json", "Content-Type": "application/json",
Accept: "application/json",
}; };