Merge branch 'FastAPI' of https://github.com/arcbtc/lnbits into FastAPI
This commit is contained in:
@@ -417,7 +417,7 @@
|
|||||||
LNbits.api
|
LNbits.api
|
||||||
.request(
|
.request(
|
||||||
'DELETE',
|
'DELETE',
|
||||||
'/subdomain/api/v1/subdomains/' + subdomainId,
|
'/subdomains/api/v1/subdomains/' + subdomainId,
|
||||||
_.findWhere(self.g.user.wallets, {id: subdomains.wallet}).inkey
|
_.findWhere(self.g.user.wallets, {id: subdomains.wallet}).inkey
|
||||||
)
|
)
|
||||||
.then(function (response) {
|
.then(function (response) {
|
||||||
|
|||||||
Reference in New Issue
Block a user