docs(readme): change redirect URI

Changed URI to 127.0.0.1, used to be localhost as using localhost is not allowed anymore
This commit is contained in:
Pucas01
2026-01-02 23:32:44 +01:00
committed by GitHub
parent 6a896c9e58
commit 8162a2a21f
+1 -1
View File
@@ -39,7 +39,7 @@ To fully use Spooty, you need to create an application in the Spotify Developer
2. Sign in with your Spotify account
3. Create a new application
4. Note your `Client ID` and `Client Secret`
5. Configure the redirect URI to `http://localhost:3000/api/callback` (or the corresponding URL of your instance)
5. Configure the redirect URI to `http://127.0.0.1:3000/api/callback` (or the corresponding URL of your instance)
These credentials will be used by Spooty to access the Spotify API.