diff --git a/routes/index.js b/routes/index.js index 44a372a..b3c48d9 100644 --- a/routes/index.js +++ b/routes/index.js @@ -66,9 +66,9 @@ router.get('/destroy/:name', function(req, res, next){ }); router.get('/info/:name', function(req, res, next){ - lxc.info(req.params.name, function(data){ - res.json(data); - }); + lxc.info(req.params.name, function(data){ + res.json(data); + }); }); router.get('/list', function(req, res, next) {