This commit is contained in:
benarc 2024-02-01 17:25:38 +00:00
parent 2cac36be17
commit 37d2082082
10 changed files with 2 additions and 2 deletions

View file

@ -256,7 +256,7 @@
},
createMyExtension(wallet, data) {
LNbits.api
.request('POST', '/myextension/api/v1/temps', wallet.inkey, data)
.request('POST', '/myextension/api/v1/temps', wallet.adminkey, data)
.then(response => {
this.temps.push(mapMyExtension(response.data))
this.closeFormDialog()