update limits & style

This commit is contained in:
solehudin5699
2022-02-28 21:42:32 +07:00
parent a1935991e5
commit 60eae089d7
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const storage = multer.diskStorage({
//Limit filesize
const limits = {
fileSize: 10_1000_1000,
fileSize: 10_000_000,
};
const upload = multer({