config issue
This commit is contained in:
parent
7fa8284c7e
commit
106d9eead4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user