From 640ac5f0eb18af29d315134ecec8dbf0922ca4e5 Mon Sep 17 00:00:00 2001 From: akilesh1597 Date: Sat, 18 Apr 2020 18:32:10 +0530 Subject: [PATCH] update the qemu websocket uri --- vnc_lite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc_lite.html b/vnc_lite.html index d17ab9ee..1011c96d 100644 --- a/vnc_lite.html +++ b/vnc_lite.html @@ -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 | | |