Content server: Make /browse the default

This commit is contained in:
Kovid Goyal 2010-10-26 08:18:42 -06:00
parent 9a93d3fd2d
commit 330a7c989b

View File

@ -124,7 +124,7 @@ class ContentServer(object):
if want_mobile:
return self.mobile()
return self.static('index.html')
return self.browse_toplevel()
def old(self, **kwargs):
return self.static('index.html')