const config = { BASE_URL: "https://api.spotify.com/v1/me", TRACK_URL: "https://api.spotify.com/v1", }; export default config;