diff --git a/tb.try.js b/tb.try.js index 2233cff..6cce20a 100644 --- a/tb.try.js +++ b/tb.try.js @@ -105,5 +105,5 @@ app.post('/table', async (req, res, next) => { const hostInfo = require('./hostInfo') app.listen(hostInfo.port, hostInfo.host, function() { - console.log(hostInfo.host + ':' + hostInfo.port) + console.log('please open: http://' + hostInfo.host + ':' + hostInfo.port) })