X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=js%2Ftopology%2Fcommon.js;h=305294b4af9795503d772ff97ee667a736ffc438;hb=34baebb7bfe5bf15bc1decbbbc3e47a42a279919;hp=b892a99ebc0df3d0fdcc51de508656f524cdc848;hpb=1f2664ee622668b8d63ea5aba76e574d56677c20;p=VSoRC%2F.git 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!";