mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-11-03 18:47:33 +00:00
Merge pull request #88 from Tyriar/patch-1
Add http:// to demo output address
This commit is contained in:
commit
bd3936cc9f
@ -45,5 +45,5 @@ app.ws('/bash', function(ws, req) {
|
||||
var port = process.env.PORT || 3000,
|
||||
host = '0.0.0.0';
|
||||
|
||||
console.log('App listening to ' + host + ':' + port);
|
||||
console.log('App listening to http://' + host + ':' + port);
|
||||
app.listen(port, host);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user