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:
@@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user