mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
lol
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user