mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
@@ -375,7 +375,7 @@ class Proxy(LoggingConfigurable):
|
|||||||
self.log.info("Setting up routes on new proxy")
|
self.log.info("Setting up routes on new proxy")
|
||||||
yield self.add_hub_route(self.app.hub)
|
yield self.add_hub_route(self.app.hub)
|
||||||
yield self.add_all_users(self.app.users)
|
yield self.add_all_users(self.app.users)
|
||||||
yield self.add_all_services(self.app.services)
|
yield self.add_all_services(self.app._service_map)
|
||||||
self.log.info("New proxy back up and good to go")
|
self.log.info("New proxy back up and good to go")
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user