From 6668c32cb809a5c5b5bf4dcfc456efafaeb6cc21 Mon Sep 17 00:00:00 2001 From: MrFry Date: Sun, 31 Jan 2021 16:26:51 +0100 Subject: [PATCH] Changed api url --- src/constants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.json b/src/constants.json index 5502e3b..3465eed 100644 --- a/src/constants.json +++ b/src/constants.json @@ -1,4 +1,4 @@ { - "apiUrl": "http://localhost:8080/", + "apiUrl": "https://api.frylabs.net/", "maxQuestionsToRender": 250 }