mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Fix variable name.
This commit is contained in:
parent
f2b2af9f3b
commit
eaf14dc906
@ -58,7 +58,7 @@ class Listener(santiago.SantiagoListener):
|
||||
d.connect("index", "/", self.index)
|
||||
d.connect("learn", "/learn/:host/:service", self.learn)
|
||||
d.connect("where", "/where/:host/:service", self.where)
|
||||
d.connect("provide", "/provide/:host/:service/:location", self.provide)
|
||||
d.connect("provide", "/provide/:client/:service/:location", self.provide)
|
||||
|
||||
cherrypy.tree.mount(cherrypy.Application(self), "",
|
||||
{"/": {"request.dispatch": d}})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user