mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
constant changes
This commit is contained in:
parent
2d6211a80a
commit
f810841bc1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"apiUrl": "http://localhost:8080/",
|
||||
"apiUrl": "https://api.frylabs.net/",
|
||||
"maxQuestionsToRender": 250
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue