浏览代码

Add message with link when the test webapp is started

Alexandre Dieulot 5 年之前
父节点
当前提交
751e1ce5d7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/app.js

+ 1 - 0
test/app.js

@@ -108,3 +108,4 @@ async function requestListener(req, res) {
 }
 
 http.createServer(requestListener).listen(PORT)
+console.log(`-> Running on http://127.0.0.1:${PORT}/`)