forked from CSI-KJSCE/appointment_to_examiner
admin visibilty- temp fix
This commit is contained in:
@@ -16,6 +16,10 @@ const UserSchema = new mongoose.Schema(
|
||||
type: Date,
|
||||
default: null,
|
||||
},
|
||||
isAdmin:{
|
||||
type:Boolean,
|
||||
default: false,
|
||||
}
|
||||
},
|
||||
{
|
||||
timestamps: true,
|
||||
|
||||
@@ -23,9 +23,9 @@ const transporter = nodemailer.createTransport({
|
||||
pass: "umlc hbkr dpga iywd",
|
||||
},
|
||||
tls: { rejectUnauthorized: false },
|
||||
connectionTimeout: 30000,
|
||||
greetingTimeout: 30000,
|
||||
socketTimeout: 30000,
|
||||
connectionTimeout: 60000,
|
||||
greetingTimeout: 60000,
|
||||
socketTimeout: 60000,
|
||||
});
|
||||
|
||||
// Existing Excel route unchanged, except transporter removal
|
||||
|
||||
Reference in New Issue
Block a user