From 510e4aeeb05dae4bf0dc87db9676d7f3ce03d6cd Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 18 Jul 2020 20:57:47 -0600 Subject: [PATCH] Update redirect URI --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 3b08cd8..41c96d2 100644 --- a/app.js +++ b/app.js @@ -24,7 +24,7 @@ var vue_config = { auth: { alert: `We will only be able to access your top tracks and artists, nothing else. This is also only done on your browser. Our servers do not see any of the data from your account.`, base_url: `https://accounts.spotify.com/authorize`, - redirect: `http://tyler.akins.me/top-lists`, + redirect: `http://oliver.akins.me/top-lists`, client_id: `3a1795e9d55445b0aa0c05dd74c866fb`, scopes: [ `user-top-read` @@ -81,4 +81,4 @@ var vue_config = { this.show.modal.playlist_export = false; } } -}; \ No newline at end of file +};