diff --git a/resources/setting/Configration/Config_controller.js b/resources/setting/Configration/Config_controller.js index f61bf9d..f8a8be4 100644 --- a/resources/setting/Configration/Config_controller.js +++ b/resources/setting/Configration/Config_controller.js @@ -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, }, }, }