Merge branch 'FastAPI' of https://github.com/arcbtc/lnbits into FastAPI
This commit is contained in:
parent
768aa05b11
commit
df0b38f346
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue