From 3b5a2fb15de57f5f5a5cfea1ca96277cf933a8ca Mon Sep 17 00:00:00 2001 From: FinnbarHome Date: Wed, 31 Jan 2024 16:25:13 +0000 Subject: [PATCH] fix(BE): Commented out method that we have no clue what it does --- be/routes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/be/routes.js b/be/routes.js index 97c3a4b..d64f720 100644 --- a/be/routes.js +++ b/be/routes.js @@ -64,12 +64,12 @@ router.get("/list-view-data", (req, res) => { } }); -router.get("/map-locations", (req, res) => { +/*router.get("/map-locations", (req, res) => { console.log("Received request for map locations"); const locationData = processLocationsForMap(); console.log("Location data:", locationData); res.json(locationData); -}); +});*/ router.post("/atms/filter", async (req, res) => { try {