Skip to content

Instantly share code, notes, and snippets.

View ethmore's full-sized avatar

Mehmet Ali Cetiner ethmore

View GitHub Profile
import { NextApiHandler, NextApiRequest } from "next";
import formidable from "formidable";
import path from "path";
import fs from "fs/promises";
export const config = {
api: {
bodyParser: false,
},
};