try save json
This commit is contained in:
parent
61a1fbe6a0
commit
ad25c23290
Binary file not shown.
|
@ -57,7 +57,7 @@ let db2 = getJson(jsonurl)
|
|||
fetch(jsonurl)
|
||||
.then(result => result.json())
|
||||
.then((output) => {
|
||||
console.log('Output: ', output);
|
||||
let jdb = output);
|
||||
|
||||
}).catch(err => console.error(err));
|
||||
|
||||
|
|
Loading…
Reference in New Issue