[READ-ONLY] Mirror of https://github.com/aaronateataco/TomodachiMods. tomodachimods.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

67

aaronateataco (Jul 15, 2026, 12:49 PM +0100) 15c093bd 8427c93d

+1
+1
api/mii/[id]/image.js
··· 10 10 'Referer': 'https://tomodachishare.com/', 11 11 }; 12 12 13 + 13 14 export default async function handler(req, res) { 14 15 if (req.method !== 'GET') { 15 16 return res.status(405).send('Method not allowed');