From 696acf0bdfca6d71ec0d88b4197937e666d8789b Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 24 May 2025 12:08:38 +0000 Subject: [PATCH] lol --- src/components/BentoSpotify.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)