This commit is contained in:
William Mantly 2016-05-29 18:53:30 -04:00
parent 23f7cf1f68
commit ce96c7cb87

View File

@ -294,7 +294,7 @@ router.get('/stop/:name', function(req, res, next){
router.get('/liststuff', function(req, res, next){
var obj = util.inspect(workers, {depth: 4});
res.send(obj);
res.send("<pre>"+obj+"</pre>");
});
router.post('/run/:ip?', function doRun(req, res, next){