mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 18:51:05 +01:00
Changed key to adminkey
This commit is contained in:
parent
0d9f9508ac
commit
8fd5a19baf
@ -187,7 +187,7 @@ new Vue({
|
|||||||
.request(
|
.request(
|
||||||
'GET',
|
'GET',
|
||||||
'/jukebox/api/v1/jukebox/' + 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].adminkey
|
||||||
)
|
)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
if (response.data.sp_access_token) {
|
if (response.data.sp_access_token) {
|
||||||
|
Loading…
Reference in New Issue
Block a user