seperate line to show faculty name (all faculty in a role)

This commit is contained in:
Harikrishnan Gopal
2025-03-29 18:37:38 +05:30
parent 9fda8ba883
commit 1af709b882
2 changed files with 257 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ const multer = require("multer");
const router = express.Router();
// Multer setup remains intact
const storage = multer.diskStorage({
destination: function (req, file, cb) {
cb(null, "./"); // Customize directory if needed