consts: use https instead of http for api endpoint

This commit is contained in:
thecodrr
2020-05-03 12:00:47 +05:00
parent ab3d2ae9ae
commit 6ba937314d

View File

@@ -1,4 +1,4 @@
export const HOST = "http://api.notesnook.com/";
export const HOST = "https://api.notesnook.com/";
export const HEADERS = {
agent: "nn/1.0.0",
origin: "notesnook.com",