Changed key to adminkey
This commit is contained in:
parent
0d9f9508ac
commit
8fd5a19baf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue