This commit is contained in:
William Mantly 2016-05-16 16:52:18 -04:00
parent f5ea0966dc
commit d00b325625

View File

@ -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){