From 6f2f1e1a288c3b6032b992ba36745fbf92b2bb33 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 12 Apr 2024 21:43:17 -0400 Subject: [PATCH] log path --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 78192a3..ff8a175 100644 --- a/index.js +++ b/index.js @@ -70,6 +70,7 @@ const storage = multer.diskStorage({ return cb(null, '/opt/wrenchboard/TEST/DUMMY') }, filename: function (req, file, cb) { + console.log(" AAAA --> req.body.job_uid -> ", req.body.job_uid) return cb(null, `${Date.now()}_${file.originalname}`) } })