diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-05 01:30:38 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-05 01:30:38 -0700 |
| commit | a90bafa87c076a8fe04c91a49c75f4b4963ccfe8 (patch) | |
| tree | 64acf2c716dd847fcb70972f89c3e30afebbf843 /aero.js | |
| parent | becd43ea2152dd676b8d26a8e92fe693502c98f1 (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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } |
