check url
This commit is contained in:
parent
4031cc654c
commit
5f312721b9
Binary file not shown.
|
@ -42,7 +42,7 @@ Vue.component('Accordeon', {
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
const jsonurl = "asset/db.json"
|
const jsonurl = "https://ed.brz9.dev/proj/map/asset/json/db.json"
|
||||||
|
|
||||||
async function getJson(url) {
|
async function getJson(url) {
|
||||||
let obj = await fetch(url)
|
let obj = await fetch(url)
|
||||||
|
|
Loading…
Reference in New Issue