mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
api url fix
This commit is contained in:
parent
fa8d2459a3
commit
983695db46
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const useLocalhost = process && process.env.NODE_ENV === 'development'
|
|||
|
||||
const constants = {
|
||||
siteUrl: useLocalhost ? 'http://localhost:8080/' : '/',
|
||||
apiUrl: useLocalhost ? 'http://localhost:8080/api/' : '/',
|
||||
apiUrl: useLocalhost ? 'http://localhost:8080/api/' : '/api/',
|
||||
maxQuestionsToRender: 250,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue