mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
Made stop accessible.
This commit is contained in:
parent
169b7d2037
commit
c9cf5d28c6
@ -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.")
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user