Merged Salvi's changes made to Backend/ from the frontend branch. dk why he pushed them to frontend branch in the first place -_-

This commit is contained in:
K
2025-06-20 22:13:21 +05:30
parent 0f8aa521a9
commit 01e8845328
3 changed files with 745 additions and 3509 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const multer = require("multer");
const storage = multer.diskStorage({
destination: function (req, file, cb) {
cb(null, "./public/images");
cb(null, "./uploads");
},
filename: function (req, file, cb) {