luci-app-bmx6: Fix URL of network topology JSON file
[feed/routing.git] / luci-app-bmx6 / bmx6 / www / luci-static / resources / bmx6 / js / bmx6-graph.js
index 80233ffd5e346fe291df87f77369ce3c37beb905..e3ff0097f08657a2c003c4e8b87175f3f2939374 100644 (file)
@@ -48,7 +48,7 @@ function init() {
 
   divwait = document.getElementById("wait");
 
-  XHR.get('/cgi-bin/luci/status/bmx6/topology', null, function(nodesRequest, nodesData) {
+  XHR.get('/cgi-bin/luci/admin/network/BMX6/topology', null, function(nodesRequest, nodesData) {
     nodes = nodesData;
 
     XHR.get('/cgi-bin/bmx6-info?$myself&', null, function(myselfRequest, myselfData) {