Update redirect URI to be public page
This commit is contained in:
parent
e248b0be82
commit
613a7c9e68
1 changed files with 2 additions and 2 deletions
4
app.js
4
app.js
|
|
@ -17,7 +17,7 @@ let app = new Vue({
|
|||
auth: {
|
||||
alert: `We will only be able to access your top tracks and artists, nothing else. This is also only done on your browser. Our servers do not see any of the data from your account.`,
|
||||
base_url: `https://accounts.spotify.com/authorize`,
|
||||
redirect: `http://localhost:5000`,
|
||||
redirect: `http://tyler.akins.me/top-lists`,
|
||||
client_id: `3a1795e9d55445b0aa0c05dd74c866fb`,
|
||||
scopes: [
|
||||
`user-top-read`
|
||||
|
|
@ -68,4 +68,4 @@ let app = new Vue({
|
|||
},
|
||||
get_data: fetch_data,
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue