diff --git a/src/App.tsx b/src/App.tsx index abce7be..8c83584 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -68,7 +68,7 @@ function App() { onMount(async () => { try { const response = await fetch( - "https://imtoolazytomakeaproperapi.exhq.dev/", + "https://imtoolazytomakeaproperapi.amy.rip/", ); const data = await response.json(); setMusicList(data);