mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Fixed mimetype in serverless example
This commit is contained in:
@@ -149,7 +149,7 @@ export async function pkpasses(event: ALBEvent) {
|
|||||||
return {
|
return {
|
||||||
statusCode: 302,
|
statusCode: 302,
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/vnd.apple.pkpass",
|
"Content-Type": pkpasses.mimeType,
|
||||||
Location,
|
Location,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user