diff --git a/pages/api/uploadLayerImage.js b/pages/api/uploadLayerImage.js index a8bc488..96df34e 100644 --- a/pages/api/uploadLayerImage.js +++ b/pages/api/uploadLayerImage.js @@ -177,4 +177,10 @@ async function handleWithBeeline(req, res) { ); } +export const config = { + api: { + bodyParser: false, + }, +}; + export default handleWithBeeline;