server 1.0.3

This commit is contained in:
2020-09-19 18:16:50 +02:00
parent 36dd3d8238
commit d7395f5472
8 changed files with 35 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ const uploadStrategy = multer({
}
cb(null, true);
},
limits: { fileSize: 4000000 },
limits: { fileSize: 2000000 },
}).single("menuiImage");
// POST