X-Git-Url: https://git.josue.xyz/?p=VSoRC%2F.git;a=blobdiff_plain;f=js%2Ftopology%2Fcommon.js;h=305294b4af9795503d772ff97ee667a736ffc438;hp=b892a99ebc0df3d0fdcc51de508656f524cdc848;hb=34baebb7bfe5bf15bc1decbbbc3e47a42a279919;hpb=7319e156cc200d31b27ec9da78766d928d589c52 diff --git a/js/topology/common.js b/js/topology/common.js index b892a99..305294b 100644 --- a/js/topology/common.js +++ b/js/topology/common.js @@ -564,7 +564,7 @@ function hc(myString) { // Get information from datapaths function getSwitchData(request, f, g) { - $.get("/data", "list=switches") + $.get("/listswitch") .done(function (switches) { if ($.isEmptyObject(switches)) { var msg = "No switches found!";