From 85ae72ffb60906398a5846b542413b6119e7a4b4 Mon Sep 17 00:00:00 2001 From: amy Date: Sat, 25 Jan 2025 13:59:25 +0330 Subject: [PATCH] im too lazy to change the subdomain --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);