fix not fetching domains
This commit is contained in:
parent
cf44dc0841
commit
20329c9778
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue