From b0bae6f90715f3532732956c53dc5005bdc7c692 Mon Sep 17 00:00:00 2001 From: zweizhao Date: Sat, 17 Nov 2018 12:16:43 +0800 Subject: [PATCH] update readme --- tb.try.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) })