Use proper mime type
This commit is contained in:
parent
a06a89825c
commit
7a021916f0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ def lambda_handler(event, context):
|
|||
'statusCode': 200,
|
||||
"headers":
|
||||
{
|
||||
"Content-Type": "image/jpg"
|
||||
"Content-Type": "image/jpeg"
|
||||
},
|
||||
'body': combined_str,
|
||||
'isBase64Encoded': True
|
||||
|
|
Loading…
Reference in a new issue