mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 12:33:02 +00:00
fix AddSlashHandler for hub_prefix without trailing /
This commit is contained in:
@@ -336,7 +336,7 @@ class ProxyErrorHandler(BaseHandler):
|
||||
|
||||
|
||||
default_handlers = [
|
||||
(r'/?', RootHandler),
|
||||
(r'/', RootHandler),
|
||||
(r'/home', HomeHandler),
|
||||
(r'/admin', AdminHandler),
|
||||
(r'/spawn', SpawnHandler),
|
||||
|
Reference in New Issue
Block a user