added latitude and longitude
This commit is contained in:
parent
14ad8c09f4
commit
32023ba78b
@ -159,6 +159,8 @@ const addAddress = async (req, res) => {
|
|||||||
website,
|
website,
|
||||||
contact,
|
contact,
|
||||||
email,
|
email,
|
||||||
|
longitude,
|
||||||
|
latitude,
|
||||||
} = req.body;
|
} = req.body;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
@ -190,6 +192,8 @@ const addAddress = async (req, res) => {
|
|||||||
website,
|
website,
|
||||||
contact,
|
contact,
|
||||||
email,
|
email,
|
||||||
|
longitude,
|
||||||
|
latitude,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -214,6 +218,8 @@ const addAddress = async (req, res) => {
|
|||||||
website,
|
website,
|
||||||
contact,
|
contact,
|
||||||
email,
|
email,
|
||||||
|
longitude,
|
||||||
|
latitude,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user