Update [userId].ts

This commit is contained in:
2024-08-13 18:27:23 +05:00
committed by GitHub
parent 850c67a24a
commit 3c42ba014e

View File

@@ -47,8 +47,5 @@ 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
}
}