Commit b055d327 authored by Darshan M N's avatar Darshan M N
Browse files

Changing the path

parent b3b150ad
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -78,7 +78,7 @@ public class RestService {
} else if (instance.equals(Constants.TERNARY)) {
url = (indexServiceTernaryHost) + index + indexServiceHostSearch;
} else if (instance.equals(Constants.QUADNARY)) {
url = (indexServiceQuadnaryHostName) + ":" + (indexServiceQuadnaryPort) + "/" + index + indexServiceHostSearch;
url = "http://" + (indexServiceQuadnaryHostName) + ":" + (indexServiceQuadnaryPort) + "/" + index + indexServiceHostSearch;
}
HttpHeaders headers = getHttpHeaders(instance);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment