Skip to content

Commit

Permalink
increase the size limit on the storage APIs (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinr authored Jan 17, 2024
1 parent ee5d80e commit c6d71f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/zipper.dev/src/pages/api/app/[appId]/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,11 @@ export default async function handler(
}
}
}

export const config = {
api: {
bodyParser: {
sizeLimit: '5mb',
},
},
};

0 comments on commit c6d71f0

Please sign in to comment.