Skip to content
Snippets Groups Projects
Commit d93a1548 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Load concepts from oda dev

parent fd8c3718
No related branches found
No related tags found
No related merge requests found
......@@ -298,11 +298,11 @@ export default {
this.lang = 'bob,nob'
Promise.all([
axios.get(api_endpoint + '/bob').then(function(response){
axios.get(oda_dev + '/nob/concepts.json').then(function(response){
let concepts = response.data.concepts
entities.bob = concepts
}),
axios.get(api_endpoint + '/nob').then(function(response){
axios.get(oda_dev + '/nob/concepts.json').then(function(response){
let concepts = response.data.concepts
entities.nob = concepts
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment