import axios from 'axios'; const instance = axios.create({ baseURL: 'http://localhost:8080/SonyMusicRights' }); export default instance;