Skip to content

Commit

Permalink
Merge pull request ipython#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 08ee422 + 7ab9fd4 commit 31e00b8
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 31e00b8

Please sign in to comment.