added dummy file path

This commit is contained in:
CHIEFSOFT\ameye
2024-05-25 16:30:25 -04:00
parent 578b17eafe
commit d49f7bb176
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -50,6 +50,7 @@ app.use(cors());
const storage = multer.diskStorage({
destination: function(req, file, cb) {
console.log(" process.env.COMMON_DUMMY_PATH-> ", process.env.COMMON_DUMMY_PATH)
return cb(null, 'wrenchboard/wrenchboard/TEST/DUMMY')
//return cb(null, '/usr/src/app/videos')
},