Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
132 Bytes
const config = {
BASE_URL: "https://api.spotify.com/v1/me",
TRACK_URL: "https://api.spotify.com/v1",
};
export default config;