feat: Adding observers/loads endpoint
This commit is contained in:
@@ -43,7 +43,8 @@ const schema = new Schema({
|
||||
|
||||
alert_list: [{ type: String, lowercase: true }],
|
||||
|
||||
shipper_warehouse : { type: Schema.Types.ObjectId, ref: 'branches' },
|
||||
origin_warehouse : { type: Schema.Types.ObjectId, ref: 'branches' },
|
||||
destination_warehouse : { type: Schema.Types.ObjectId, ref: 'branches' },
|
||||
|
||||
origin: address,
|
||||
origin_geo: {
|
||||
|
||||
Reference in New Issue
Block a user