luci-app-wireguard: merge app and proto rpcd
[project/luci.git] / applications / luci-app-wireguard / htdocs / luci-static / resources / view / wireguard / status.js
index ca4ca9fd17aeaafeec3e589bb188cb87bc8c0c6b..8614db018ea10593a02a3cde90e0fae28d6fd0ab 100644 (file)
@@ -6,7 +6,7 @@
 
 
 var callGetWgInstances = rpc.declare({
-       object: 'luci.wireguard_status',
+       object: 'luci.wireguard',
        method: 'getWgInstances'
 });