mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
feat: fix HOST url
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
export const HOST =
|
export const HOST =
|
||||||
process.env.NODE_ENV === "production"
|
process.env.NODE_ENV === "production"
|
||||||
? "https://api.notesnook.com/"
|
? "https://api.notesnook.com/"
|
||||||
: "0.0.0.0:8000";
|
: "http://0.0.0.0:8000";
|
||||||
export const HEADERS = {
|
export const HEADERS = {
|
||||||
agent: "nn/1.0.0",
|
agent: "nn/1.0.0",
|
||||||
origin: "notesnook.com",
|
origin: "notesnook.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user