Skip to content

Commit 573fb10

Browse files
committed
Add /hub/home to url
1 parent 4c65da4 commit 573fb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ def get_fullurl(pipeline, username, use_mounts=True, encode_again=True, image='b
115115

116116
def get_baseurl():
117117
host = os.environ.get('WO_HOST')
118-
return f'https://jupyter.{host}/'
118+
return f'https://jupyter.{host}/hub/home'

0 commit comments

Comments
 (0)