update comment

This commit is contained in:
Lee 2022-11-19 10:46:22 +00:00
parent cc36529cbd
commit 71317e962d
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -22,6 +22,6 @@ export default async function handler(req, res) {
export const config = {
api: {
responseLimit: "1gb", // Limit the response size (the file)
responseLimit: "1gb", // Limit the response size (the file data)
},
};