From f1dc2b2d06742382a0e1f2a04abd43adcef933aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 22 Sep 2016 17:22:04 +0200 Subject: [PATCH] Renamed /attract//shots/with-task/ endpoint --- attract/shots/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()