formating

This commit is contained in:
2016-01-29 17:35:16 -05:00
parent b97e9a9351
commit 335aef04f3

View File

@ -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) {