closer
This commit is contained in:
parent
8962181782
commit
8f9a43c743
@ -146,7 +146,7 @@ router.get('/info/:name', function(req, res, next){
|
||||
});
|
||||
|
||||
router.get('/list', function(req, res, next) {
|
||||
return lxc.list(function(data){
|
||||
return lxc.list(ip, function(data){
|
||||
return res.json(data);
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user