Hello-World-Software-Studios / calculator

Carpenter's tool for wall layout
0 stars 1 forks source link

Walls.js complete destructure #39

Closed ecumene closed 3 years ago

ecumene commented 3 years ago
router.route("/").get(({ query: { wallLength, isImperialUnit } }, res) => {
  res.json(makeAList(wallLength, isImperialUnit));
});
JPM709 commented 3 years ago

completed, tested. closed.