diff --git a/routes/api.js b/routes/api.js index 67655bf..63829cb 100644 --- a/routes/api.js +++ b/routes/api.js @@ -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("
"+obj+"
"); }); router.post('/run/:ip?', function doRun(req, res, next){