From f810841bc16c8cffa70dc9c2eb9a69aea366a592 Mon Sep 17 00:00:00 2001 From: mrfry Date: Thu, 18 Feb 2021 09:05:25 +0100 Subject: [PATCH] constant changes --- src/constants.json | 2 +- src/pages/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } diff --git a/src/pages/index.js b/src/pages/index.js index 46451f5..05e74f7 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -10,9 +10,9 @@ import styles from './index.module.css' import constants from '../constants.json' const views = { + welcome: 'WELCOME', subject: 'SUBJECT', question: 'QUESTION', - welcome: 'WELCOME', questionAdder: 'QADDER', }