mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
chore: changed HOST link to api.notesnook.com
This commit is contained in:
@@ -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",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user