Skip to content

Commit

Permalink
allow x-od-id header
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jan 10, 2025
1 parent ffddc6a commit 15f44b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/events/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function OPTIONS() {
headers: {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, POST, OPTIONS",
"Access-Control-Allow-Headers": "Content-Type, Authorization, x-ob-id",
"Access-Control-Allow-Headers": "Content-Type, Authorization, x-od-id",
},
});
}
Expand Down

0 comments on commit 15f44b3

Please sign in to comment.