server v1.0.2

This commit is contained in:
2020-09-18 18:58:55 +02:00
parent fa0b7e6503
commit 36dd3d8238
3 changed files with 4 additions and 1 deletions

View File

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