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