mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: implement backend avatar update
This commit is contained in:
parent
cec178c479
commit
a51a128fcb
11 changed files with 103 additions and 19 deletions
|
|
@ -50,7 +50,8 @@ async def upload_file_and_return_file_object(
|
|||
|
||||
await upload_content(
|
||||
f"courses/{course_uuid}/activities/{activity_uuid}/dynamic/blocks/{type_of_block}/{block_id}",
|
||||
org_uuid=org_uuid,
|
||||
type_of_dir='orgs',
|
||||
uuid=org_uuid,
|
||||
file_binary=file_binary,
|
||||
file_and_format=f"{file_id}.{file_format}",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue