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:
@ -10,6 +10,7 @@ def handler(event, lambda_context):
|
||||
'statusDescription': '302 Found',
|
||||
'headers': {
|
||||
'Location': redirect_url,
|
||||
'Content-Type': 'text/plain',
|
||||
}
|
||||
}
|
||||
except QuotaExceeded:
|
||||
|
Reference in New Issue
Block a user