Use proper mime type
This commit is contained in:
@@ -110,7 +110,7 @@ def lambda_handler(event, context):
|
|||||||
'statusCode': 200,
|
'statusCode': 200,
|
||||||
"headers":
|
"headers":
|
||||||
{
|
{
|
||||||
"Content-Type": "image/jpg"
|
"Content-Type": "image/jpeg"
|
||||||
},
|
},
|
||||||
'body': combined_str,
|
'body': combined_str,
|
||||||
'isBase64Encoded': True
|
'isBase64Encoded': True
|
||||||
|
Reference in New Issue
Block a user