minor: rename lastfm API
Index 6 months ago 9f4bea3b 26474b94
··· 8 8 const fetchNowPlaying = async () => { 9 9 try { 10 10 const res = await fetch( 11 11 - "https://indexx.dev/api/misc/now-playing", 11 11 + "https://indexx.dev/api/misc/lastfm", 12 12 ); 13 13 if (!res.ok) throw new Error(`HTTP ${res.status}`); 14 14