profile_picture
This commit is contained in:
@@ -148,7 +148,7 @@ def upload_profile_picture_file():
|
||||
|
||||
if file and allowed_file(file.filename):
|
||||
logger.info(f'POST CALLED 5 {file.filename}')
|
||||
response = FileUploadService.process_file_upload("WEB_MEDIA", file, member_uid)
|
||||
response = FileUploadService.process_profile_file_upload("PROFILE_MEDIA", file, member_uid)
|
||||
|
||||
|
||||
if request.method == 'GET':
|
||||
|
||||
Reference in New Issue
Block a user