Skip to content

Commit caa289a

Browse files
Update server info API URL
1 parent b3d46a5 commit caa289a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/static/tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ define(["jquery", "base/js/namespace", "base/js/utils"], function (
1212
function load() {
1313
if (!Jupyter.notebook_list) return;
1414

15-
var servers_info_url = base_url + "server-proxy/servers-info";
15+
var servers_info_url = base_url + "api/server-proxy/servers-info";
1616
$.get(servers_info_url, function (data) {
1717
/* locate the right-side dropdown menu of apps and notebooks */
1818
var $menu = $(".tree-buttons").find(".dropdown-menu");

0 commit comments

Comments
 (0)