Skip to content

Commit

Permalink
Changed Redirect Spotify URI to the production one
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertSuarez committed Oct 6, 2019
1 parent 76f1724 commit 9f9c5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SPOTIFY_API_RTD = 5
SPOTIFY_API_TIMEOUT = 15
SPOTIFY_RESPONSE_TYPE = 'code'
SPOTIFY_REDIRECT_URI = 'http://127.0.0.1:8085/'
SPOTIFY_REDIRECT_URI = 'http://134.209.244.212:8085/'
SPOTIFY_SCOPES = 'playlist-modify-private playlist-modify-public'
SPOTIFY_API_LOGIN_URL = 'https://accounts.spotify.com/authorize'
SPOTIFY_API_TOKEN_URL = 'https://accounts.spotify.com/api/token'
Expand Down

0 comments on commit 9f9c5f0

Please sign in to comment.