fix: local HOST url

This commit is contained in:
thecodrr
2020-08-06 10:01:09 +05:00
parent fe89982f62
commit 8e9bf61ee2

View File

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