Skip to content

Commit

Permalink
Merge pull request #6117 from thetestpeople/base_url-path-slash
Browse files Browse the repository at this point in the history
Remove / from route of TreeRedirectHandler.
  • Loading branch information
minrk committed Jul 11, 2014
2 parents b80b3bc + 1d9ef0d commit e8d1c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/html/tree/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ def get(self, path=''):
(r"/tree%s" % notebook_path_regex, TreeHandler),
(r"/tree%s" % path_regex, TreeHandler),
(r"/tree", TreeHandler),
(r"/", TreeRedirectHandler),
(r"", TreeRedirectHandler),
]

0 comments on commit e8d1c5a

Please sign in to comment.