From d00b3256254d0d2edbed44ccd344bf005be49e1b Mon Sep 17 00:00:00 2001 From: william Date: Mon, 16 May 2016 16:52:18 -0400 Subject: [PATCH] info --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index a02b8fd..dc91818 100644 --- a/routes/api.js +++ b/routes/api.js @@ -50,7 +50,7 @@ var runner = function(req, res, container){ }, body: JSON.stringify({ code: req.body.code - }); + }) }; console.log('runner request:', httpOptions); return request.post(httpOptions, function(error, response, body){