mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +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 = {
|
||||
agent: "nn/1.0.0",
|
||||
"Content-Type": "application/json"
|
||||
origin: "notesnook.com",
|
||||
"Content-Type": "application/json",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user