Change default filterType to remote (ref #7799 & #7800)

This commit is contained in:
George Kalampokis 2022-05-26 15:03:45 +03:00
parent 66511d2ed6
commit 757b1f70e8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class UrlConfiguration {
private String firstpage;
private String requestType = "GET";
private String requestBody = "";
private String filterType = "local";
private String filterType = "remote";
private List<QueryConfig> queries;