Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Add back getOrgs handler
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatoriu committed Feb 24, 2021
1 parent 62553a9 commit 34fcc94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions show_ssh_info/show_ssh_info/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ def load_jupyter_server_extension(nb_server_app):
web_app.add_handlers(host_pattern, [(url_path_join(base_url, 'show_ssh_info/inject_public_key'), InjectKeyHandler)])
web_app.add_handlers(host_pattern, [(url_path_join(base_url, 'show_ssh_info/mountBucket'), MountBucketHandler)])
web_app.add_handlers(host_pattern, [(url_path_join(base_url, 'show_ssh_info/mountSharedBucket'), MountSharedBucketsHandler)])
web_app.add_handlers(host_pattern, [(url_path_join(base_url, 'show_ssh_info/getOrgs'), MountOrgBucketsHandler)])
web_app.add_handlers(host_pattern, [(url_path_join(base_url, 'show_ssh_info/getSigneds3Url'), Presigneds3UrlHandler)])

0 comments on commit 34fcc94

Please sign in to comment.