-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add base_url to routes #61
Conversation
Codecov ReportBase: 0.00% // Head: 0.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #61 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 3 3
Lines 276 277 +1
=====================================
- Misses 276 277 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
40e2dd7
to
ae7d34f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @davidbrochart!
(r"/api/yjs/roomid/(.*)", YDocRoomIdHandler), | ||
(r"/api/yjs/(.*)", YDocWebSocketHandler), | ||
url_path_join( | ||
self.settings["base_url"], (r"/api/yjs/roomid/(.*)", YDocRoomIdHandler) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is correct as for example this is not what is done by Jupyter Server Terminals:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, and it seems to be confirmed by the Binder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just yanked jupyter-server-ydoc v0.5.0 on PyPI.
Fixes jupyterlab/jupyterlab#13463.