mirror of
https://github.com/langgenius/dify.git
synced 2026-03-09 09:26:42 +08:00
r2
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user