This commit is contained in:
dni
2026-07-13 09:09:42 +02:00
parent f78e82954f
commit 69c9be1993
+4 -1
View File
@@ -98,7 +98,10 @@ window.PageBlockExplorer = {
}, },
async loadBlocks() { async loadBlocks() {
try { try {
const r = await LNbits.api.request('GET', '/blockexplorer/api/v1/blocks') const r = await LNbits.api.request(
'GET',
'/blockexplorer/api/v1/blocks'
)
this.blocks = r.data this.blocks = r.data
} catch (_) {} } catch (_) {}
}, },