mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
consts: use https instead of http for api endpoint
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user