Renamed /attract/<project_url>/shots/with-task/<task-id> endpoint
This commit is contained in:
@@ -33,7 +33,7 @@ def index():
|
|||||||
|
|
||||||
|
|
||||||
@perproject_blueprint.route('/', endpoint='index')
|
@perproject_blueprint.route('/', endpoint='index')
|
||||||
@perproject_blueprint.route('/with-task/<task_id>', endpoint='index')
|
@perproject_blueprint.route('/with-task/<task_id>', endpoint='with-task')
|
||||||
@attract_project_view(extension_props=True)
|
@attract_project_view(extension_props=True)
|
||||||
def for_project(project, attract_props, task_id=None):
|
def for_project(project, attract_props, task_id=None):
|
||||||
api = pillar_api()
|
api = pillar_api()
|
||||||
|
Reference in New Issue
Block a user