mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-03 06:17:29 +08:00
Fix: agent files issue, (#13067)
### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -705,7 +705,7 @@ async def rename():
|
||||
|
||||
|
||||
@manager.route("/get/<doc_id>", methods=["GET"]) # noqa: F821
|
||||
# @login_required
|
||||
@login_required
|
||||
async def get(doc_id):
|
||||
try:
|
||||
e, doc = DocumentService.get_by_id(doc_id)
|
||||
|
||||
Reference in New Issue
Block a user