update the qemu websocket uri
This commit is contained in:
parent
a1015d8db5
commit
640ac5f0eb
|
|
@ -144,7 +144,7 @@
|
|||
const host = readQueryVariable('host', window.location.hostname);
|
||||
let port = readQueryVariable('port', window.location.port);
|
||||
const password = readQueryVariable('password');
|
||||
const path = readQueryVariable('path', 'websockify');
|
||||
const path = readQueryVariable('path', '');
|
||||
|
||||
// | | | | | |
|
||||
// | | | Connect | | |
|
||||
|
|
|
|||
Loading…
Reference in New Issue