From 5f8fd48e661e5f89862703e53bda8b3ea6d7b919 Mon Sep 17 00:00:00 2001 From: arshiam2 <arshiam2@illinois.edu> Date: Sat, 1 Dec 2018 15:18:37 -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 c540bfd..13b553a 100644 --- a/sfds/index.js +++ b/sfds/index.js @@ -388,7 +388,7 @@ app.get("/master", function(req, res) { }); app.post("/spout", function(req, res) { - console.log(res.body) + console.log(req.body) res.send("got it"); }); -- GitLab