Fix Content-Type

This commit is contained in:
Maksym Pavlenko
2019-07-13 17:14:07 -07:00
parent f2d6afddb9
commit ab087111ae
+1
View File
@@ -10,6 +10,7 @@ def handler(event, lambda_context):
'statusDescription': '302 Found',
'headers': {
'Location': redirect_url,
'Content-Type': 'text/plain',
}
}
except QuotaExceeded: