diff --git a/ugly_hacks/santiago/protocols/https/controller.py b/ugly_hacks/santiago/protocols/https/controller.py index 78a9c3be5..ee62c1951 100644 --- a/ugly_hacks/santiago/protocols/https/controller.py +++ b/ugly_hacks/santiago/protocols/https/controller.py @@ -174,7 +174,7 @@ class Monitor(santiago.SantiagoMonitor): for location, handler in routing_pairs: Monitor.rest_connect(d, location, handler) - cherrypy.tree.mount(root, "/", {"/": {"request.dispatch": d}}) + cherrypy.tree.mount(root, "", {"/": {"request.dispatch": d}}) santiago.debug_log("Monitor Created.") diff --git a/ugly_hacks/santiago/protocols/https/templates/root-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/root-get.tmpl index 5a5fd4193..999e60219 100644 --- a/ugly_hacks/santiago/protocols/https/templates/root-get.tmpl +++ b/ugly_hacks/santiago/protocols/https/templates/root-get.tmpl @@ -5,6 +5,7 @@