"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SPOTIFY_SEED_TRACKS = exports.SPOTIFY_BASE_URL = void 0;
exports.SPOTIFY_BASE_URL = `https://open.spotify.com/`;
exports.SPOTIFY_SEED_TRACKS = `https://api.spotify.com/v1/recommendations`;