mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
Fix redirect handler (#6941)
This commit is contained in:
parent
77f87de5c7
commit
8493e1ba21
@ -117,7 +117,7 @@ class RedirectHandler(NotebookBaseHandler):
|
||||
@web.authenticated
|
||||
def get(self):
|
||||
"""Get the redirect url."""
|
||||
return self.redirect(self.base_url.strip("/") + "/" + self.default_url.strip("/"))
|
||||
return self.redirect(self.base_url + "tree")
|
||||
|
||||
|
||||
class TreeHandler(NotebookBaseHandler):
|
||||
|
Loading…
Reference in New Issue
Block a user