From 5e095f6969d320c00d9e1b96322b8602148ece18 Mon Sep 17 00:00:00 2001 From: MrFry Date: Thu, 19 Mar 2020 11:17:59 +0100 Subject: [PATCH] Changed constant links to https --- src/constants.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.json b/src/constants.json index 14d637d..959d666 100644 --- a/src/constants.json +++ b/src/constants.json @@ -1,5 +1,5 @@ { - "apiUrl": "http://api.frylabs.net/", - "serverUrl": "http://qmining.frylabs.net/", + "apiUrl": "https://api.frylabs.net/", + "serverUrl": "https://qmining.frylabs.net/", "mobileWindowWidth": 700 }