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.
1 parent 193187e commit d358856Copy full SHA for d358856
jupyter_server_proxy/static/tree.js
@@ -12,7 +12,7 @@ define(["jquery", "base/js/namespace", "base/js/utils"], function (
12
function load() {
13
if (!Jupyter.notebook_list) return;
14
15
- var servers_info_url = base_url + "api/server-proxy/servers-info";
+ var servers_info_url = base_url + "server-proxy/api/servers-info";
16
$.get(servers_info_url, function (data) {
17
/* locate the right-side dropdown menu of apps and notebooks */
18
var $menu = $(".tree-buttons").find(".dropdown-menu");
0 commit comments