This commit is contained in:
360developers 2017-05-08 17:53:10 +00:00 committed by GitHub
commit acd96833c3

View file

@ -102,6 +102,6 @@ initDb(function(err){
});
app.listen(port, ip);
console.log('Server running on http://%s:%s', ip, port);
console.log('Server running on dsfdsfffffffffffffffffffffffhttp://%s:%s', ip, port);
module.exports = app ;