From 74cd804014cf9c3407439c39c1b97e03801858e0 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Sat, 8 Apr 2017 19:29:45 +0300 Subject: [PATCH] fixed a bug in iguana fork api return --- routes/shepherd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/shepherd.js b/routes/shepherd.js index 9493bbd..f494ca9 100644 --- a/routes/shepherd.js +++ b/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));