aboutsummaryrefslogtreecommitdiff
path: root/aero.js
diff options
context:
space:
mode:
Diffstat (limited to 'aero.js')
-rw-r--r--aero.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aero.js b/aero.js
index f20861e..15aaae2 100644
--- a/aero.js
+++ b/aero.js
@@ -275,7 +275,7 @@ async function fetchLastFm(user = 'trollshotlol', key = 'e4d5c973811037717f7603f
}
async function fetchFilms() {
- const r = await fetch('https://films.tylerhoang.xyz/tyler/api/recent');
+ const r = await fetch('https://films.trainytrain.xyz/tyler/api/recent');
if (!r.ok) throw new Error('films ' + r.status);
return await r.json();
}