alexander test

This commit is contained in:
IDONTSUDO 2024-09-20 13:56:33 +03:00
parent 3b8d9e4298
commit 401080d78e
41 changed files with 811 additions and 363 deletions

View file

@ -18,6 +18,12 @@ export const SkillsSchema = new Schema({
param: {
type: Schema.Types.Mixed,
},
bgColor: {
type:Schema.Types.String,
},
borderColor:{
type:Schema.Types.String
}
}).plugin(require("mongoose-autopopulate"));
export const skillsSchema = "skills";