info
This commit is contained in:
parent
f5ea0966dc
commit
d00b325625
@ -50,7 +50,7 @@ var runner = function(req, res, container){
|
|||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
code: req.body.code
|
code: req.body.code
|
||||||
});
|
})
|
||||||
};
|
};
|
||||||
console.log('runner request:', httpOptions);
|
console.log('runner request:', httpOptions);
|
||||||
return request.post(httpOptions, function(error, response, body){
|
return request.post(httpOptions, function(error, response, body){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user