mirror of
https://github.com/zyachel/libremdb.git
synced 2024-12-06 19:26:47 +01:00
fix: bypass response limit for media proxy endpoint
This commit is contained in:
@@ -113,3 +113,9 @@ export default async function handler(
|
||||
// send media
|
||||
res.send(mediaBuffer)
|
||||
}
|
||||
|
||||
export const config = {
|
||||
api: {
|
||||
responseLimit: false,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user