mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add custom organization logo feature
This commit is contained in:
parent
8c058db5c6
commit
91cb5740ef
16 changed files with 396 additions and 140 deletions
|
|
@ -49,6 +49,5 @@ async def upload_file_and_return_file_object(request: Request, file: UploadFile,
|
|||
f.write(file_binary)
|
||||
f.close()
|
||||
|
||||
# TODO: do some error handling here
|
||||
|
||||
return uploadable_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue