bug fix - redirecting to localhost instead of login.joshashton.dev

This commit is contained in:
Joshua Ashton
2025-02-03 11:01:36 -07:00
parent e3a972d702
commit 55b4258c41
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -26,7 +26,6 @@ func main() {
client_id := os.Getenv("SPOTIFY_CLIENT_ID")
redirect_uri := "https://cs2440.joshashton.dev/music"
//redirect_uri := "http://localhost/music"
scope := "user-top-read"
redirectURL := "https://accounts.spotify.com/authorize?" + strings.Join([]string{