mirror of https://github.com/langgenius/dify.git
This commit is contained in:
parent
0ca38d8215
commit
d2d5fc62ae
|
|
@ -111,7 +111,6 @@ class RagPipelineExportApi(Resource):
|
|||
@login_required
|
||||
@get_rag_pipeline
|
||||
@account_initialization_required
|
||||
@marshal_with(pipeline_import_check_dependencies_fields)
|
||||
def get(self, pipeline: Pipeline):
|
||||
if not current_user.is_editor:
|
||||
raise Forbidden()
|
||||
|
|
|
|||
Loading…
Reference in New Issue