Improved endpoint

This commit is contained in:
Ben Arc
2021-06-13 14:01:29 +01:00
parent e2c45b9256
commit daa80c90e9

View File

@@ -186,7 +186,7 @@ new Vue({
LNbits.api LNbits.api
.request( .request(
'GET', '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 self.g.user.wallets[0].inkey
) )
.then(response => { .then(response => {