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