Skip to content

Commit

Permalink
Remove duplicate slash in API requests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulradt committed Mar 2, 2020
1 parent 25e5485 commit f7d49f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/APIClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class APIClient
{
const APPLEMUSIC_API_URL = 'https://api.music.apple.com/v1/';
const APPLEMUSIC_API_URL = 'https://api.music.apple.com/v1';

/**
* Return types for json_decode
Expand Down

0 comments on commit f7d49f6

Please sign in to comment.