1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix Content-Type

This commit is contained in:
Maksym Pavlenko
2019-07-13 17:14:07 -07:00
parent f2d6afddb9
commit ab087111ae

View File

@ -10,6 +10,7 @@ def handler(event, lambda_context):
'statusDescription': '302 Found',
'headers': {
'Location': redirect_url,
'Content-Type': 'text/plain',
}
}
except QuotaExceeded: