This commit is contained in:
Arc 2024-11-19 00:57:27 +00:00
parent 2b0281857a
commit dd1dea90c1
5 changed files with 14 additions and 11 deletions

View file

@ -95,6 +95,7 @@ window.app = Vue.createApp({
this.formDialog.show = true
},
async createMyExtension(wallet, data) {
data.wallet = wallet.id
await LNbits.api
.request('POST', '/myextension/api/v1/myex', wallet.adminkey, data)
.then(response => {