1
0
Fork 0

im too lazy to change the subdomain
Some checks failed
Build / Build (push) Successful in 1m22s
Build / Deploy (push) Failing after 1m28s

This commit is contained in:
amy 2025-01-25 13:59:25 +03:30
parent 10b9d3f924
commit 85ae72ffb6
No known key found for this signature in database

View file

@ -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);