mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Content server: Make /browse the default
This commit is contained in:
parent
9a93d3fd2d
commit
330a7c989b
@ -124,7 +124,7 @@ class ContentServer(object):
|
|||||||
if want_mobile:
|
if want_mobile:
|
||||||
return self.mobile()
|
return self.mobile()
|
||||||
|
|
||||||
return self.static('index.html')
|
return self.browse_toplevel()
|
||||||
|
|
||||||
def old(self, **kwargs):
|
def old(self, **kwargs):
|
||||||
return self.static('index.html')
|
return self.static('index.html')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user