location controller updated with heading and created new models and controllers for remaining modules
This commit is contained in:
@@ -32,6 +32,7 @@ const schema = new Schema({
|
||||
user: {
|
||||
type: Types.ObjectId,
|
||||
required: true,
|
||||
ref: 'user'
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user