From b1705a2dd937fb1c99eaf051e7aaea5aa152fdbe Mon Sep 17 00:00:00 2001 From: Pavel Gurenko Date: Sat, 1 Jun 2019 18:48:50 -0700 Subject: [PATCH] removed index.html from config path --- config.py.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.py.in b/config.py.in index f22aafc76..c5c6e309f 100644 --- a/config.py.in +++ b/config.py.in @@ -157,8 +157,6 @@ class KimchiConfig(PluginConfig): 'path': kimchiPaths.spice_css_file}, '/spice-web-client': {'type': 'dir', 'path': kimchiPaths.spice_dir}, - '/index.html': {'type': 'file', - 'path': kimchiPaths.spice_file}, '/serial': {'type': 'dir', 'path': kimchiPaths.serial_dir}}