aboutsummaryrefslogtreecommitdiff
path: root/aero.js
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-06-05 01:30:38 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-06-05 01:30:38 -0700
commita90bafa87c076a8fe04c91a49c75f4b4963ccfe8 (patch)
tree64acf2c716dd847fcb70972f89c3e30afebbf843 /aero.js
parentbecd43ea2152dd676b8d26a8e92fe693502c98f1 (diff)
rebrand site to trainytrain.xyz; update films/up subdomains
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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();
}