Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b80b3bc + 1d9ef0d commit e8d1c5aCopy full SHA for e8d1c5a
1 file changed
IPython/html/tree/handlers.py
@@ -97,5 +97,5 @@ def get(self, path=''):
97
(r"/tree%s" % notebook_path_regex, TreeHandler),
98
(r"/tree%s" % path_regex, TreeHandler),
99
(r"/tree", TreeHandler),
100
- (r"/", TreeRedirectHandler),
+ (r"", TreeRedirectHandler),
101
]
0 commit comments