feat: fix HOST url

This commit is contained in:
thecodrr
2020-08-06 09:59:30 +05:00
parent f01a18f1d9
commit fe89982f62

View File

@@ -1,7 +1,7 @@
export const HOST =
process.env.NODE_ENV === "production"
? "https://api.notesnook.com/"
: "0.0.0.0:8000";
: "http://0.0.0.0:8000";
export const HEADERS = {
agent: "nn/1.0.0",
origin: "notesnook.com",