Commit c39cfe490a3b2f26be55979341401a563944aca2

Authored by Bohdan Smetaniuk
1 parent 05a7f3b2

fixed getDefaultEdgeRuleChains method

@@ -2278,7 +2278,7 @@ public class RestClient implements ClientHttpRequestInterceptor, Closeable { @@ -2278,7 +2278,7 @@ public class RestClient implements ClientHttpRequestInterceptor, Closeable {
2278 } 2278 }
2279 2279
2280 public List<RuleChain> getDefaultEdgeRuleChains() { 2280 public List<RuleChain> getDefaultEdgeRuleChains() {
2281 - return restTemplate.exchange(baseURL + "/ruleChain/defaultEdgeRuleChains", 2281 + return restTemplate.exchange(baseURL + "/api/ruleChain/defaultEdgeRuleChains",
2282 HttpMethod.GET, 2282 HttpMethod.GET,
2283 HttpEntity.EMPTY, 2283 HttpEntity.EMPTY,
2284 new ParameterizedTypeReference<List<RuleChain>>() { 2284 new ParameterizedTypeReference<List<RuleChain>>() {