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