From ce96c7cb87a49c53aaf2db8bf53ffe4abe866dd7 Mon Sep 17 00:00:00 2001 From: william Date: Sun, 29 May 2016 18:53:30 -0400 Subject: [PATCH] stuff --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){