Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xaymup authored Aug 18, 2024
1 parent d60dd8c commit 9a68050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Spotify API credentials
const clientId = '1b977c733d7548bc8d906aa088094e49';
const redirectUri = 'https://xaymup.me/djset-generator';
const redirectUri = 'https://xaymup.me/djset-generator/';
// const redirectUri = 'http://localhost:5500';
let accessToken;
let genreList = []; // Array to hold genre objects from genres.json
Expand Down

0 comments on commit 9a68050

Please sign in to comment.