Skip to content
Snippets Groups Projects
Commit 4bf739b1 authored by ThanKarab's avatar ThanKarab
Browse files

Multiple Histograms fix.

parent e776fc9f
No related branches found
No related tags found
1 merge request!8Dev merge middleware
......@@ -54,7 +54,7 @@ public class MiningApi {
UserActionLogging.LogAction("Run an histogram", "");
String query = gson.toJson(queryList);
String url = miningExaremeQueryUrl + "/" + "HISTOGRAMS";
String url = miningExaremeQueryUrl + "/" + "MULTIPLE_HISTOGRAMS";
try {
StringBuilder results = new StringBuilder();
......
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