fix not fetching domains
This commit is contained in:
@@ -440,7 +440,7 @@
|
|||||||
LNbits.api
|
LNbits.api
|
||||||
.request(
|
.request(
|
||||||
'GET',
|
'GET',
|
||||||
'/subdomains/api/v1/domains?all_wallets',
|
'/subdomains/api/v1/domains?all_wallets=true',
|
||||||
this.g.user.wallets[0].inkey
|
this.g.user.wallets[0].inkey
|
||||||
)
|
)
|
||||||
.then(function (response) {
|
.then(function (response) {
|
||||||
|
|||||||
Reference in New Issue
Block a user