diff --git a/jupyterhub/app.py b/jupyterhub/app.py index bf39d223..d73436c6 100644 --- a/jupyterhub/app.py +++ b/jupyterhub/app.py @@ -412,7 +412,7 @@ class JupyterHub(Application): .. versionadded:: 0.8 """ - ) + ).tag(config=True) hub_prefix = URLPrefix('/hub/', help="The prefix for the hub server. Always /base_url/hub/" )