소스 검색

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}/`)