We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@web.authenticated
ListingsHandler
GET
1 parent f88b5cb commit bca8978Copy full SHA for bca8978
jupyterlab_server/listings_handler.py
@@ -82,6 +82,7 @@ class ListingsHandler(APIHandler):
82
# The PeriodicCallback that schedule the call to fetch_listings method.
83
pc = None
84
85
+ @tornado.web.authenticated
86
def get(self, path: str) -> None:
87
"""Get the listings for the extension manager."""
88
self.set_header("Content-Type", "application/json")
0 commit comments