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