Compare commits

..

No commits in common. "2f219ea3ccd9000c0a726dcda98b96092a7cb453" and "9b92b5de34b56f869b4f9eb348f98e8189864993" have entirely different histories.

View file

@ -302,9 +302,7 @@ class Server {
this.server = http.createServer(app) this.server = http.createServer(app)
// Skip file upload parsing for internal-api routes (Next.js proxies read multipart bodies).
router.use( router.use(
/^(?!\/internal-api).*/,
fileUpload({ fileUpload({
defCharset: 'utf8', defCharset: 'utf8',
defParamCharset: 'utf8', defParamCharset: 'utf8',