feature(server) "Server runngin" -> "url"

This commit is contained in:
coderaiser 2014-09-17 08:32:06 -04:00
parent 73772278ac
commit b40f2e9a7b

View file

@ -124,7 +124,7 @@
}
function logServer(port, ip, http) {
Util.log('* Server running at ' + http + ip + ':' + port);
Util.log('url:', http + ip + ':' + port);
}
function addSockets(server) {