fuck this

This commit is contained in:
ed barz 2022-05-15 00:52:45 +02:00
parent b40f8d3ebb
commit e423d77541
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -110,7 +110,7 @@ let vm = new Vue({
} }
}, },
async getJDB(){ async getJDB(){
const res = await fetch(dburl); const res = await fetch(this.dburl);
const data = await res.json(); const data = await res.json();
this.db = data; this.db = data;
}, },