|
|
|
@ -122,6 +122,7 @@ const profilePictureSchema = new Schema({
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const ProfilePicture = mongoose.model('ProfilePicture', profilePictureSchema);
|
|
|
|
|
const Counter = mongoose.model('Counter', CounterSchema);
|
|
|
|
|
const User = mongoose.model("User", userSchema);
|
|
|
|
|