From f5ea0966dc0e8ffa93eb2a1662f3e3c85c68f1ce Mon Sep 17 00:00:00 2001 From: william Date: Mon, 16 May 2016 16:50:55 -0400 Subject: [PATCH] info --- routes/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/api.js b/routes/api.js index f659f64..a02b8fd 100644 --- a/routes/api.js +++ b/routes/api.js @@ -52,9 +52,9 @@ var runner = function(req, res, container){ code: req.body.code }); }; - + console.log('runner request:', httpOptions); return request.post(httpOptions, function(error, response, body){ - console.log('runner:', arguments) + console.log('runner response:', arguments) body = JSON.parse(body); body['ip'] = container.label; return res.json(body);