Skip to content

Commit

Permalink
Update token swap url
Browse files Browse the repository at this point in the history
  • Loading branch information
calledude committed Mar 6, 2024
1 parent 85784f3 commit f6f780c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpotifyVolumeExtension/Spotify/TokenSwapAuthenticator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace SpotifyVolumeExtension.Spotify;

public class TokenSwapAuthenticator : IAuthenticator
{
public const string ExchangeServerUrl = "https://spotifyvolumeextension.azurewebsites.net";
public const string ExchangeServerUrl = "https://svetokenswap.azurewebsites.net";
public static readonly string AuthorizeUri = ExchangeServerUrl + "/authorize";
public static readonly string SwapUri = ExchangeServerUrl + "/swap";

Expand Down

0 comments on commit f6f780c

Please sign in to comment.