mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
added the link backfilling functionality
minor improvements/corrections
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const accountsAPIURL = 'https://accounts.spotify.com';
|
||||
const baseAPIURL = 'https://api.spotify.com/v1';
|
||||
|
||||
const sessionName = 'spotify-manager';
|
||||
const stateKey = 'spotify_auth_state';
|
||||
|
||||
const scopes = {
|
||||
@@ -19,6 +19,7 @@ const scopes = {
|
||||
module.exports = {
|
||||
accountsAPIURL,
|
||||
baseAPIURL,
|
||||
sessionName,
|
||||
stateKey,
|
||||
scopes
|
||||
}
|
||||
Reference in New Issue
Block a user