formating
This commit is contained in:
parent
980c703540
commit
7a71a978bd
@ -30,9 +30,9 @@ router.get('/start/:name', function(req, res, next){
|
||||
});
|
||||
|
||||
router.get('/live/:template/:name', function(req, res, next){
|
||||
lxc.startEphemeral(req.params.name, req.params.template, function (data) {
|
||||
res.json(data);
|
||||
});
|
||||
lxc.startEphemeral(req.params.name, req.params.template, function (data) {
|
||||
res.json(data);
|
||||
});
|
||||
});
|
||||
|
||||
router.get('/stop/:name', function(req, res, next){
|
||||
|
Loading…
x
Reference in New Issue
Block a user