From 9a3073145a427fd828433c7d0823998771779377 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 24 May 2024 08:59:57 -0400 Subject: [PATCH] wrench path --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4c255da..bb12a67 100644 --- a/index.js +++ b/index.js @@ -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) {