update the qemu websocket uri

This commit is contained in:
akilesh1597 2020-04-18 18:32:10 +05:30
parent a1015d8db5
commit 640ac5f0eb
1 changed files with 1 additions and 1 deletions

View File

@ -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 | | |