mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
webish: make /cap/ equivalent to /uri/, accepting both with the same meanings. Closes #428
This commit is contained in:
parent
32c89a8d59
commit
9f59ecafbb
@ -110,6 +110,7 @@ class Root(rend.Page):
|
|||||||
docFactory = getxmlfile("welcome.xhtml")
|
docFactory = getxmlfile("welcome.xhtml")
|
||||||
|
|
||||||
child_uri = URIHandler()
|
child_uri = URIHandler()
|
||||||
|
child_cap = URIHandler()
|
||||||
child_file = FileHandler()
|
child_file = FileHandler()
|
||||||
child_named = FileHandler()
|
child_named = FileHandler()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user