From d60dd8cb2dd50e7f7c6fc44dd9d7af6c74e53b88 Mon Sep 17 00:00:00 2001 From: Mohamed Alaa Date: Sun, 18 Aug 2024 23:32:10 +0300 Subject: [PATCH] Reverting URL --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index cb48ef0..b4eaeab 100644 --- a/app.js +++ b/app.js @@ -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 @@ -391,4 +391,4 @@ document.getElementById("duration").addEventListener("change", function() { } else if (value > maxValue) { this.value = maxValue; } -}); \ No newline at end of file +});