mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
"API Routes Response Size Limited to 4MB"
This commit is contained in:
parent
414934de11
commit
775bded40f
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
import type { NextApiRequest, NextApiResponse } from 'next'
|
||||
|
||||
export const config = {
|
||||
api: {
|
||||
responseLimit: false,
|
||||
},
|
||||
}
|
||||
|
||||
export default async function handler(
|
||||
req: NextApiRequest,
|
||||
res: NextApiResponse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue