Use proper mime type

This commit is contained in:
Dylan 2022-05-26 00:58:28 +01:00
parent a06a89825c
commit 7a021916f0

View file

@ -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