From a90bafa87c076a8fe04c91a49c75f4b4963ccfe8 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Fri, 5 Jun 2026 01:30:38 -0700 Subject: rebrand site to trainytrain.xyz; update films/up subdomains Co-Authored-By: Claude Sonnet 4.6 --- aero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aero.js') 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(); } -- cgit v1.3-2-g0d8e