fix: 修复动态路由问题
This commit is contained in:
@@ -59,7 +59,7 @@ async def upload_file(
|
||||
file_type=file.content_type,
|
||||
absolute_path=absolute_path,
|
||||
relative_path=relative_path,
|
||||
uploader=current_user.get("id"),
|
||||
uploader_id=current_user.get("id"),
|
||||
)
|
||||
result = await file_record.first().values(
|
||||
id="id",
|
||||
|
||||
Reference in New Issue
Block a user