From f4aeb4b5a303328f9522c9295aa2f8110991fec7 Mon Sep 17 00:00:00 2001 From: mrfry Date: Mon, 12 Apr 2021 20:03:27 +0200 Subject: [PATCH] Changed constant urls --- src/constants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.json b/src/constants.json index dec44ec..8650745 100644 --- a/src/constants.json +++ b/src/constants.json @@ -1,6 +1,6 @@ { "siteUrl": "https://qmining.frylabs.net/", - "apiUrl": "http://localhost:8080/", + "apiUrl": "https://api.frylabs.net/", "mobileWindowWidth": 700, "maxQuestionsToRender": 250 }