diff --git a/static.js b/static.js index dee2a6aa..b687e810 100755 --- a/static.js +++ b/static.js @@ -37,3 +37,5 @@ http.createServer(function(request, response) { }); }); }).listen(port, "0.0.0.0"); + +console.log("http://localhost:" + port);