Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kvker committed Nov 17, 2018
1 parent 983bffe commit b0bae6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb.try.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})

0 comments on commit b0bae6f

Please sign in to comment.