chore: changed HOST link to api.notesnook.com

This commit is contained in:
thecodrr
2020-04-26 10:33:03 +05:00
parent bbebee06a0
commit fdc58df460

View File

@@ -1,5 +1,6 @@
export const HOST = "http://localhost:8000/"; export const HOST = "http://api.notesnook.com/";
export const HEADERS = { export const HEADERS = {
agent: "nn/1.0.0", agent: "nn/1.0.0",
"Content-Type": "application/json" origin: "notesnook.com",
"Content-Type": "application/json",
}; };