@irohalab/mira-sdk-angular 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1252,7 +1252,7 @@ class DefaultMira {
|
|
|
1252
1252
|
responseType_ = 'blob';
|
|
1253
1253
|
}
|
|
1254
1254
|
}
|
|
1255
|
-
let localVarPath = `/main/predict`;
|
|
1255
|
+
let localVarPath = `/public/item/main/predict`;
|
|
1256
1256
|
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
1257
1257
|
context: localVarHttpContext,
|
|
1258
1258
|
params: localVarQueryParameters,
|