mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
flesh out REST API
can now list/view/add/create/modify users and start/stop single-user servers
This commit is contained in:
@@ -75,7 +75,7 @@ class Server(Base):
|
||||
def host(self):
|
||||
return "{proto}://{ip}:{port}".format(
|
||||
proto=self.proto,
|
||||
ip=self.ip,
|
||||
ip=self.ip or '*',
|
||||
port=self.port,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user