mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 11:43:52 +02:00
Content server: Make /browse the default
This commit is contained in:
parent
9a93d3fd2d
commit
330a7c989b
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ def index(self, **kwargs):
|
|||
if want_mobile:
|
||||
return self.mobile()
|
||||
|
||||
return self.static('index.html')
|
||||
return self.browse_toplevel()
|
||||
|
||||
def old(self, **kwargs):
|
||||
return self.static('index.html')
|
||||
|
|
|
|||
Loading…
Reference in a new issue