Skip to content

Commit

Permalink
fixed redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby-Leeder committed Oct 31, 2023
1 parent 15554bf commit 20523a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spotifyconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
}

const clientId = 'a76d4532c6e14dd7bd7393e3fccc1185';
const redirectUri = 'http://127.0.0.1:4100/classroom';
// const redirectUri = 'https://classroomjukebox.com/classroom';
// const redirectUri = 'http://127.0.0.1:4100/classroom';
const redirectUri = 'https://classroomjukebox.com/classroom';


let codeVerifier = generateRandomString(128);
Expand Down

0 comments on commit 20523a8

Please sign in to comment.