mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
Ensure that SERVICE_FIX has trailing slash.
Fixes Issue #997. Also updated Traitlets to 4.3.2 since the change in singleuser.py relies on trait default values being checked through validator, which was added in traitlets 4.3.2.
This commit is contained in:
@@ -204,7 +204,7 @@ class Service(LoggingConfigurable):
|
||||
|
||||
@property
|
||||
def prefix(self):
|
||||
return url_path_join(self.base_url, 'services', self.name)
|
||||
return url_path_join(self.base_url, 'services', self.name + '/')
|
||||
|
||||
@property
|
||||
def proxy_path(self):
|
||||
|
Reference in New Issue
Block a user