From 5ad9d678ab2ba33a27f72af5f4c52ac561ee29df Mon Sep 17 00:00:00 2001 From: arshiam2 <arshiam2@illinois.edu> Date: Sat, 1 Dec 2018 21:34:09 -0600 Subject: [PATCH] update --- sfds/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfds/index.js b/sfds/index.js index 05ca806..f815a67 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"); }); -- GitLab