remove response limit?

This commit is contained in:
2025-04-22 04:46:30 +02:00
parent 94f7b0c2e0
commit 422f768c19

View File

@@ -30,5 +30,9 @@ const handler = (req: NextRequest) =>
}
: undefined,
})
export const config = {
api: {
responseLimit: false,
},
}
export { handler as GET, handler as POST }