From 106d9eead44e04ba4976e9a6cddc001c19d0326f Mon Sep 17 00:00:00 2001 From: william Date: Fri, 29 Jan 2016 16:27:41 -0500 Subject: [PATCH] config issue --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index fc21a57..a0f652f 100644 --- a/routes/index.js +++ b/routes/index.js @@ -72,7 +72,7 @@ router.get('/info/:name', function(req, res, next){ }); router.get('/list', function(req, res, next) { - lxc.list(res.json(data)); + lxc.list(res.json); }); module.exports = router;