wrench path
This commit is contained in:
@@ -50,7 +50,7 @@ app.use(cors());
|
||||
|
||||
const storage = multer.diskStorage({
|
||||
destination: function(req, file, cb) {
|
||||
return cb(null, '/opt/wrenchboard/TEST/DUMMY')
|
||||
return cb(null, 'wrenchboard/wrenchboard/TEST/DUMMY')
|
||||
//return cb(null, '/usr/src/app/videos')
|
||||
},
|
||||
filename: function (req, file, cb) {
|
||||
|
||||
Reference in New Issue
Block a user