feat: Adding load-templates endpoint
This commit is contained in:
@@ -33,6 +33,7 @@ const pointSchema = new Schema({
|
||||
|
||||
const schema = new Schema({
|
||||
company: { type: Schema.Types.ObjectId, ref: 'companies', required: true },
|
||||
template_name : { type: String },
|
||||
|
||||
alert_list: [{ type: String, lowercase: true }],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user