Skip to content

Commit c3ef76f

Browse files
authored
Merge pull request #227 from BEMINE-UMC/develop
Develop -> main
2 parents fc2c329 + ee17e63 commit c3ef76f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const imageUploader = multer({
3737
acl: "public-read-write", // 파일 액세스 권한
3838
}),
3939
// 이미지 용량 제한 (5MB)
40-
limits: { fileSize: 5 * 1024 * 1024 },
40+
limits: { fileSize: 100 * 1024 * 1024 },
4141
});
4242

4343
export const configureMiddleware = (app) => {

0 commit comments

Comments
 (0)