This commit is contained in:
ed barz 2022-05-15 00:37:53 +02:00
parent 936176fbbf
commit ac5d7e8592
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -44,7 +44,7 @@ Vue.component('Accordeon', {
const jsonurl = "https://ed.brz9.dev/proj/map/asset/json/db.json" const jsonurl = "https://ed.brz9.dev/proj/map/asset/json/db.json"
var jdb let jdb
fetch(jsonurl) fetch(jsonurl)
.then(res => res.json()) .then(res => res.json())