diff --git a/sfds/index.js b/sfds/index.js index 05ca80668e861ab7ba5b733669d51beda949d605..f815a67ee7191afd92d79a746e452f1dd24cf2c7 100644 --- a/sfds/index.js +++ b/sfds/index.js @@ -409,7 +409,7 @@ app.post("/bolt", function(req, res) { app.post("/spout/:name", function(req, res) { console.log(req.params.name) - // queue.push(req.body) + queue.push(req.body) res.send("got it"); });