diff --git a/attract/shots/routes.py b/attract/shots/routes.py index 1813185..71e22a5 100644 --- a/attract/shots/routes.py +++ b/attract/shots/routes.py @@ -33,7 +33,7 @@ def index(): @perproject_blueprint.route('/', endpoint='index') -@perproject_blueprint.route('/with-task/', endpoint='index') +@perproject_blueprint.route('/with-task/', endpoint='with-task') @attract_project_view(extension_props=True) def for_project(project, attract_props, task_id=None): api = pillar_api()