Skip to content

Commit

Permalink
Fix baseURL bug
Browse files Browse the repository at this point in the history
  • Loading branch information
geecko86 committed Feb 11, 2017
1 parent 50546fc commit c3e4e3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
public class RestAdapterFactory {
public static final String TAG = RestAdapterFactory.class.getSimpleName();
public static final String SPOTIFY_WEB_API_ENDPOINT = "https://api.spotify.com/v1";
public static final String SPOTIFY_WEB_API_ENDPOINT = "https://api.spotify.com/v1/";
public static final String SPOTIFY_AUTHENTICATE_ENDPOINT = "https://accounts.spotify.com/";
private OkHttpClient mOkClient;

Expand Down

0 comments on commit c3e4e3c

Please sign in to comment.