Fix: miss url path. (#6211)

### What problem does this PR solve?

#6210

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-03-18 14:02:57 +08:00
committed by GitHub
parent e9a6675c40
commit 09291db805
2 changed files with 2 additions and 2 deletions

View File

@ -629,7 +629,7 @@ def delete(tenant_id, dataset_id):
if not_found:
return get_result(message=f"Documents not found: {not_found}", code=settings.RetCode.DATA_ERROR)
if errors:
return get_result(message=errors, code=settings.RetCode.SERVER_ERROR)