fix: bypass response limit for media proxy endpoint
This commit is contained in:
parent
1983f6b1fb
commit
9bce8a2dd5
@ -113,3 +113,9 @@ export default async function handler(
|
||||
// send media
|
||||
res.send(mediaBuffer)
|
||||
}
|
||||
|
||||
export const config = {
|
||||
api: {
|
||||
responseLimit: false,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user