diff --git a/src/components/BentoSpotify.tsx b/src/components/BentoSpotify.tsx index 5a03395..9de97d2 100644 --- a/src/components/BentoSpotify.tsx +++ b/src/components/BentoSpotify.tsx @@ -20,7 +20,7 @@ export default function BentoSpotify() { const [isLoading, setIsLoading] = useState(true) useEffect(() => { - fetch('https://lastfm-last-played.biancarosa.com.br/enscribe/latest-song') + fetch('https://lastfm-last-played.biancarosa.com.br/SrIzan10/latest-song') .then((response) => response.json()) .then((data) => { setDisplayData(data.track)