feat: add ci cd files dont edit those files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const mongoose = require('mongoose');
|
||||
|
||||
const CaptchaSchema = mongoose.Schema({
|
||||
code : String,
|
||||
createdAt : {type : Date , expires : 60 , default : Date.now()}
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Captcha', CaptchaSchema);
|
||||
Reference in New Issue
Block a user