Update [userId].ts

This commit is contained in:
2024-08-13 18:26:47 +05:00
committed by GitHub
parent 9b3ce4739f
commit 850c67a24a

View File

@@ -47,5 +47,8 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
} catch (error) {
console.error('Error fetching data from Anixart API:', error);
res.status(500).json({ message: 'Internal Server Error' });
const api/extension/episode
const api/extension
}
}