Skip to content

Commit

Permalink
Add a note about base_url having a leading slash too
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 18, 2023
1 parent fee9055 commit cd9c9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/static/js/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @type {URL}
* Base URL of this binderhub installation.
*
* Guaranteed to have a trailing slash by the binderhub python configuration.
* Guaranteed to have a leading & trailing slash by the binderhub python configuration.
*/
export const BASE_URL = new URL(
document.getElementById("base-url").dataset.url,
Expand Down

0 comments on commit cd9c9e6

Please sign in to comment.