From e224260a00437bca1338641b4da4dc5cca627016 Mon Sep 17 00:00:00 2001 From: mrfry Date: Fri, 12 Feb 2021 11:07:34 +0100 Subject: [PATCH] Changed constant urls- --- src/constants.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.json b/src/constants.json index 5fb043c..7cd95b1 100644 --- a/src/constants.json +++ b/src/constants.json @@ -1,6 +1,6 @@ { - "siteUrl": "http://localhost:8080/", - "apiUrl": "http://localhost:8080/", + "siteUrl": "https://qmining.frylabs.net", + "apiUrl": "https://api.frylabs.net/", "mobileWindowWidth": 700, "maxQuestionsToRender": 250 }