hotfix OVPN connector endpoint
This commit is contained in:
parent
62937a0cbc
commit
9d954c7213
|
|
@ -74,7 +74,7 @@ public class App {
|
||||||
private static JSONArray sendRequest(Config config) throws IOException, InterruptedException {
|
private static JSONArray sendRequest(Config config) throws IOException, InterruptedException {
|
||||||
var json = new JSONObject();
|
var json = new JSONObject();
|
||||||
json.put("jsonrpc", "2.0");
|
json.put("jsonrpc", "2.0");
|
||||||
json.put("method", "ru.kirillius.pf.sdn.External.API.OVPNPlugin::getManagedRoutes");
|
json.put("method", "ru.kirillius.pf.sdn.External.API.Components.OVPN::getManagedRoutes");
|
||||||
json.put("params", new JSONObject());
|
json.put("params", new JSONObject());
|
||||||
json.put("id", 1);
|
json.put("id", 1);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue