constant changes

This commit is contained in:
mrfry 2021-02-18 09:05:25 +01:00
parent 2d6211a80a
commit f810841bc1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ {
"apiUrl": "http://localhost:8080/", "apiUrl": "https://api.frylabs.net/",
"maxQuestionsToRender": 250 "maxQuestionsToRender": 250
} }

View file

@ -10,9 +10,9 @@ import styles from './index.module.css'
import constants from '../constants.json' import constants from '../constants.json'
const views = { const views = {
welcome: 'WELCOME',
subject: 'SUBJECT', subject: 'SUBJECT',
question: 'QUESTION', question: 'QUESTION',
welcome: 'WELCOME',
questionAdder: 'QADDER', questionAdder: 'QADDER',
} }