Explorar o código

Add message with link when the test webapp is started

Alexandre Dieulot %!s(int64=5) %!d(string=hai) anos
pai
achega
751e1ce5d7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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}/`)