mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-22 14:52:05 +02:00
Merge branch 'FastAPI' into origin/FastAPI
This commit is contained in:
commit
d108a70ec8
@ -166,7 +166,7 @@ new Vue({
|
|||||||
LNbits.api
|
LNbits.api
|
||||||
.request('POST', '/lnurlp/api/v1/links', wallet.adminkey, data)
|
.request('POST', '/lnurlp/api/v1/links', wallet.adminkey, data)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
this.payLinks.push(mapPayLink(response.data))
|
this.getPayLinks()
|
||||||
this.formDialog.show = false
|
this.formDialog.show = false
|
||||||
this.resetFormData()
|
this.resetFormData()
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user