mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-21 22:11:59 +01:00
Improved endpoint
This commit is contained in:
parent
e2c45b9256
commit
daa80c90e9
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ new Vue({
|
|||
LNbits.api
|
||||
.request(
|
||||
'GET',
|
||||
'/jukebox/api/v1/jukebox/spotify/' + self.jukeboxDialog.data.sp_id,
|
||||
'/jukebox/api/v1/jukebox/' + self.jukeboxDialog.data.sp_id,
|
||||
self.g.user.wallets[0].inkey
|
||||
)
|
||||
.then(response => {
|
||||
|
|
Loading…
Add table
Reference in a new issue