|
@@ -196,7 +196,7 @@ class getAvatarView(TemplateView):
|
|
|
response = ResponseObject()
|
|
|
if filePath == '' or filePath == None:
|
|
|
return response.json(800)
|
|
|
- if filePath == 'User/default.png':
|
|
|
+ if filePath == 'User/default.png' or filePath == 'User/defaultUser.png':
|
|
|
try:
|
|
|
aws_s3_client = boto3.client(
|
|
|
's3',
|