From 32023ba78b045778d733565ac3abc23b001789bd Mon Sep 17 00:00:00 2001 From: print-signs Date: Tue, 5 Dec 2023 13:13:17 +0530 Subject: [PATCH] added latitude and longitude --- resources/setting/Configration/Config_controller.js | 6 ++++++ 1 file changed, 6 insertions(+) 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, }, }, }