added latitude and longitude

This commit is contained in:
print-signs 2023-12-05 13:13:17 +05:30
parent 14ad8c09f4
commit 32023ba78b

View File

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