roll back some stuff changed for debugging purposes

This commit is contained in:
2025-04-22 05:17:21 +02:00
parent 831b9f864b
commit f8e0475071
4 changed files with 14 additions and 26 deletions

View File

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