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', }