check url

This commit is contained in:
ed barz 2022-05-15 00:18:55 +02:00
parent 4031cc654c
commit 5f312721b9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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)