We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55a9d5 commit 5e4a1e7Copy full SHA for 5e4a1e7
webterm.js
@@ -1,5 +1,5 @@
1
var containers = document.getElementsByClassName('terminaljs'),
2
- socket = io('http://127.0.0.1:3000/pty'), term, stream;
+ socket = io('/pty'), term, stream;
3
4
// Workaround exception on send. See https://github.com/nkzawa/socket.io-stream/issues/87.
5
ss.forceBase64 = true;
0 commit comments