# API proxy (GET only reliably — admin POST calls the Worker directly instead) /api/products https://64cast-products-api.trailsec5.workers.dev 200 # Admin — served at an unlisted path instead of /admin.html /admin-8822 /admin.html 200 # Old bookmarks / links to the previous homepage path /home / 301 /home.html / 301 # Homepage / /home.html 200 # Current stock shop (formerly the root) + its sort/filter sub-routes /current-stock /index.html 200 /current-stocks /index.html 200 /current-stock/* /index.html 200 /pre-order /index.html 200 /pre-orders /index.html 200 /pre-order/* /index.html 200 /new-arrivals /index.html 200 /new-arrivals/* /index.html 200 # Everything else (e.g. /mini-gt, /pop-race) is a brand-filtered shop page /* /index.html 200