summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/core/services/slicingTaskServices.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/core/services/slicingTaskServices.ts')
-rw-r--r--usecaseui-portal/src/app/core/services/slicingTaskServices.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/core/services/slicingTaskServices.ts b/usecaseui-portal/src/app/core/services/slicingTaskServices.ts
index a8873d99..a9ef2591 100644
--- a/usecaseui-portal/src/app/core/services/slicingTaskServices.ts
+++ b/usecaseui-portal/src/app/core/services/slicingTaskServices.ts
@@ -100,7 +100,7 @@ export class SlicingTaskServices {
return this.http.get<any>(url);
}
getSlicingCreateProgress(taskId: string) {
- const url = this.url.slicingCreateProgress.replace('{taskId', taskId);
+ const url = this.url.slicingCreateProgress.replace('{taskId}', taskId);
return this.http.get<any>(url);
}