mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
export const HOST = "http://localhost:4000/";
|
|
export const HEADERS = {
|
|
"user-agent": "nn/1.0.0",
|
|
"Content-Type": "application/json"
|
|
};
|