Skip to content

Commit

Permalink
fixed redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
djlawren committed Jul 9, 2023
1 parent 72193cf commit 3cea9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/SpotifyInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Button from 'react-bootstrap/Button';

const SpotifyInterface = ({ activePlaylist, setPlaylists, setTracks }) => {
const CLIENT_ID = 'b2363da7847344cfa904d18c67075f76';
const REDIRECT_URI = 'http://localhost:3000';
const REDIRECT_URI = 'http://algorhythms-frontend.s3-website-us-east-1.amazonaws.com/';
const AUTH_ENDPOINT = 'https://accounts.spotify.com/authorize';
const RESPONSE_TYPE = 'token';

Expand Down

0 comments on commit 3cea9a7

Please sign in to comment.