mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Merge pull request #6117 from thetestpeople/base_url-path-slash
Remove / from route of TreeRedirectHandler.
This commit is contained in:
commit
5a9d34d08b
@ -97,5 +97,5 @@ default_handlers = [
|
||||
(r"/tree%s" % notebook_path_regex, TreeHandler),
|
||||
(r"/tree%s" % path_regex, TreeHandler),
|
||||
(r"/tree", TreeHandler),
|
||||
(r"/", TreeRedirectHandler),
|
||||
(r"", TreeRedirectHandler),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user