File size: 132 Bytes
f5071ca
 
 
 
 
 
1
2
3
4
5
6
7
const config = {
  BASE_URL: "https://api.spotify.com/v1/me",
  TRACK_URL: "https://api.spotify.com/v1",
};

export default config;