From a6a951f3336eac65e13866291d2da5ea2cf5f901 Mon Sep 17 00:00:00 2001 From: william Date: Tue, 2 Feb 2016 13:29:56 -0500 Subject: [PATCH] runner --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index 9926ce3..4d39beb 100644 --- a/routes/api.js +++ b/routes/api.js @@ -86,7 +86,7 @@ router.get('/list', function(req, res, next) { router.post('/run/:ip?', function(req, res, next){ var runner = function(res, req, ip){ - console.log('req body', req.body) + console.log('req body:', req.body); request.post({url:'http://'+ip, body:req.post}, function(error, response, body){ console.log('runner body:', body) body = JSON.parse(body);