Skip to content

Commit

Permalink
Reverting URL
Browse files Browse the repository at this point in the history
  • Loading branch information
xaymup authored Aug 18, 2024
1 parent 2f135e8 commit d60dd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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://matchafrappe.com';
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 Expand Up @@ -391,4 +391,4 @@ document.getElementById("duration").addEventListener("change", function() {
} else if (value > maxValue) {
this.value = maxValue;
}
});
});

0 comments on commit d60dd8c

Please sign in to comment.