mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Added a small notifcation about which port we are listening to
This commit is contained in:
parent
036417d549
commit
7949d494b3
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ server = http.createServer(function(req, res){
|
|||
}
|
||||
});
|
||||
server.listen(9001);
|
||||
console.log("Server is listening at port 9001");
|
||||
|
||||
function randomPadName() {
|
||||
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
|
||||
|
|
Loading…
Reference in a new issue