formating

This commit is contained in:
William Mantly 2016-01-29 17:34:19 -05:00
parent 980c703540
commit 7a71a978bd

View File

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