mirror of
https://github.com/ershisan99/www.git
synced 2025-12-18 05:19:23 +00:00
remove response limit?
This commit is contained in:
@@ -30,5 +30,9 @@ const handler = (req: NextRequest) =>
|
||||
}
|
||||
: undefined,
|
||||
})
|
||||
|
||||
export const config = {
|
||||
api: {
|
||||
responseLimit: false,
|
||||
},
|
||||
}
|
||||
export { handler as GET, handler as POST }
|
||||
|
||||
Reference in New Issue
Block a user