Pārlūkot izejas kodu

Add message with link when the test webapp is started

Alexandre Dieulot 5 gadi atpakaļ
vecāks
revīzija
751e1ce5d7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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}/`)