fix getmodbus bug

This commit is contained in:
Jay 2017-03-24 16:32:50 +08:00
parent d6250577fe
commit 762175f1f9
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ router
}
return n();
})
.then(err => n('ERR8000'));
.catch(err => n('ERR8000'));
});
})
.post('/getporttype', (req, res, n) => {