From 219b864a67c5d0dab89d3d9ca7e022a5a7a76ee5 Mon Sep 17 00:00:00 2001 From: mrfry Date: Sat, 29 May 2021 21:52:53 +0200 Subject: [PATCH] constants fix --- 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 }