From d2bcd32dd2da30de9ed091fbca968eef445ab4d9 Mon Sep 17 00:00:00 2001 From: Dino Date: Sun, 4 Dec 2022 23:57:08 +0100 Subject: [PATCH] added a note regarding jammingcademy.surge.sh --- src/util/Spotify.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/Spotify.js b/src/util/Spotify.js index d6c1185..5802e92 100644 --- a/src/util/Spotify.js +++ b/src/util/Spotify.js @@ -1,5 +1,6 @@ const clientId = "c39c93bbf05745fb986d1e566004eb31"; -const redirectUri = "http://localhost:3000"; +// Hosted on https://jammingcademy.surge.sh/, but save playlist does not work +const redirectUri = "http://localhost:3000/"; let accessToken = ""; export const Spotify = {