Skip to content
Snippets Groups Projects
Commit 5ad9d678 authored by arshiam2's avatar arshiam2
Browse files

update

parent b59888bc
No related branches found
No related tags found
No related merge requests found
......@@ -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");
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment