mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
add API endpoint for services
This commit is contained in:
@@ -968,7 +968,7 @@ class JupyterHub(Application):
|
||||
self._add_tokens(self.api_tokens, kind='user')
|
||||
|
||||
def init_services(self):
|
||||
self._service_map = {}
|
||||
self._service_map.clear()
|
||||
if self.domain:
|
||||
domain = 'services.' + self.domain
|
||||
parsed = urlparse(self.subdomain_host)
|
||||
|
Reference in New Issue
Block a user