mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
export const HOST = "http://api.notesnook.com/";
|
|
export const HEADERS = {
|
|
agent: "nn/1.0.0",
|
|
origin: "notesnook.com",
|
|
"Content-Type": "application/json",
|
|
};
|