info
This commit is contained in:
parent
405569a0c9
commit
f5ea0966dc
@ -52,9 +52,9 @@ var runner = function(req, res, container){
|
|||||||
code: req.body.code
|
code: req.body.code
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
console.log('runner request:', httpOptions);
|
||||||
return request.post(httpOptions, function(error, response, body){
|
return request.post(httpOptions, function(error, response, body){
|
||||||
console.log('runner:', arguments)
|
console.log('runner response:', arguments)
|
||||||
body = JSON.parse(body);
|
body = JSON.parse(body);
|
||||||
body['ip'] = container.label;
|
body['ip'] = container.label;
|
||||||
return res.json(body);
|
return res.json(body);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user