master^2
Bhaskar 8 months ago
parent e3fffb8ab9
commit ea444dc8bb

@ -49,7 +49,7 @@ const citySchema = new mongoose.Schema(
email: { type: String },
address2: String,
pincode: { type: String },
zone: { type: String },
zone: { type: String , default: "ALL"},
city: { type: String },
location: [{ type : String}],
state: String,

Loading…
Cancel
Save