Use proper mime type
This commit is contained in:
parent
a06a89825c
commit
7a021916f0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user