From c9cf5d28c638598e590d632fa0e8508019f0885b Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Fri, 1 Jun 2012 19:18:41 -0500 Subject: [PATCH] Made stop accessible. --- ugly_hacks/santiago/protocols/https/controller.py | 2 +- ugly_hacks/santiago/protocols/https/templates/root-get.tmpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@