Skip to content

Commit f8e76f7

Browse files
fix
1 parent 2b7026d commit f8e76f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/director_v2/_controller/computations_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async def list_computations_latest_iteration(request: web.Request) -> web.Respon
9191

9292
@routes.get(
9393
f"/{VTAG}/computations/{{project_id}}/iterations",
94-
name="list_computations_latest_iteration",
94+
name="list_computation_iterations",
9595
)
9696
@login_required
9797
@permission_required("services.pipeline.*")

0 commit comments

Comments
 (0)