From 9a68050dd0292a4292d80fd73b0bd783a5234196 Mon Sep 17 00:00:00 2001 From: Mohamed Alaa Date: Sun, 18 Aug 2024 23:34:10 +0300 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b4eaeab..ef02c9a 100644 --- a/app.js +++ b/app.js @@ -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