We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45bb05 commit 6733fc8Copy full SHA for 6733fc8
app.js
@@ -3,7 +3,7 @@ const multer = require('multer');
3
const ejs = require('ejs');
4
const path = require('path');
5
6
-// Set Storage Engine
+// Set The Storage Engine
7
const storage = multer.diskStorage({
8
destination: './public/uploads/',
9
filename: function(req, file, cb){
0 commit comments