From fecf80b867daf0469e4c7859cf678ad2b303f9d3 Mon Sep 17 00:00:00 2001 From: mrfry Date: Mon, 29 Mar 2021 16:02:53 +0200 Subject: [PATCH] api url change --- src/constants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.json b/src/constants.json index cff63be..fd35ff2 100644 --- a/src/constants.json +++ b/src/constants.json @@ -1,5 +1,5 @@ { "siteUrl": "https://qmining.frylabs.net/", - "apiUrl": "http://localhost:8080/", + "apiUrl": "https://api.frylabs.net/", "maxQuestionsToRender": 250 }