ashok 10 months ago
commit c043d6b268

@ -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