Skip to content

Commit 4001b92

Browse files
update name
1 parent 004b02a commit 4001b92

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/storage

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/storage/_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def _create_data_response_from_async_job(
185185
task_id=async_job_id,
186186
task_name=async_job_id,
187187
status_href=f"{request.url.with_path(str(request.app.router['get_async_job_status'].url_for(task_id=async_job_id)))}",
188-
abort_href=f"{request.url.with_path(str(request.app.router['cancel_async_job'].url_for(task_id=async_job_id)))}",
188+
abort_href=f"{request.url.with_path(str(request.app.router['cancel_and_delete_async_job'].url_for(task_id=async_job_id)))}",
189189
result_href=f"{request.url.with_path(str(request.app.router['get_async_job_result'].url_for(task_id=async_job_id)))}",
190190
),
191191
status=status.HTTP_202_ACCEPTED,

0 commit comments

Comments
 (0)