Made stop accessible.

This commit is contained in:
Nick Daly 2012-06-01 19:18:41 -05:00
parent 169b7d2037
commit c9cf5d28c6
2 changed files with 2 additions and 1 deletions

View File

@ -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.")

View File

@ -5,6 +5,7 @@
<ul>
<li><a href="/hosting">Host</a> services for others.</li>
<li><a href="/consuming">Consume</a> others' services.</li>
<li><a href="/stop">Stop</a> the FreedomBuddy service.</li>
</ul>
</body>
</html>