mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
move some utility functions to ORM classes
simplify handler methods
This commit is contained in:
@@ -364,6 +364,7 @@ class JupyterHubApp(Application):
|
||||
config=self.config,
|
||||
log=self.log,
|
||||
db=self.db,
|
||||
proxy=self.proxy,
|
||||
hub=self.hub,
|
||||
admin_users=self.admin_users,
|
||||
authenticator=import_item(self.authenticator)(config=self.config),
|
||||
|
Reference in New Issue
Block a user