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('/with-task/<task_id>', endpoint='index')
|
||||
@perproject_blueprint.route('/with-task/<task_id>', endpoint='with-task')
|
||||
@attract_project_view(extension_props=True)
|
||||
def for_project(project, attract_props, task_id=None):
|
||||
api = pillar_api()
|
||||
|
Reference in New Issue
Block a user