Browse Source

fixed a bug in iguana fork api return

all-modes
pbca26 8 years ago
parent
commit
74cd804014
  1. 2
      routes/shepherd.js

2
routes/shepherd.js

@ -255,7 +255,7 @@ shepherd.post('/forks', function(req, res, next) {
var successObj = {
'msg': 'success',
'result': port
'result': _port
};
res.end(JSON.stringify(successObj));

Loading…
Cancel
Save