refactor: remove unused API configuration for bodyParser and sizeLimit

This commit is contained in:
Mauricio Siu
2026-04-04 23:11:14 -06:00
parent 32758b29a7
commit f076e72046
-7
View File
@@ -28,10 +28,3 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
};
export default handler;
export const config = {
api: {
bodyParser: false,
sizeLimit: "1gb",
},
};