Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8d1c5a

Browse files
committed
Merge pull request #6117 from thetestpeople/base_url-path-slash
Remove / from route of TreeRedirectHandler.
2 parents b80b3bc + 1d9ef0d commit e8d1c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/html/tree/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ def get(self, path=''):
9797
(r"/tree%s" % notebook_path_regex, TreeHandler),
9898
(r"/tree%s" % path_regex, TreeHandler),
9999
(r"/tree", TreeHandler),
100-
(r"/", TreeRedirectHandler),
100+
(r"", TreeRedirectHandler),
101101
]

0 commit comments

Comments
 (0)