Skip to content

Commit

Permalink
fix(BE): Commented out method that we have no clue what it does
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnbarHome committed Jan 31, 2024
1 parent cd32400 commit 3b5a2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3b5a2fb

Please sign in to comment.