Skip to content

Commit

Permalink
Update route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Jan 17, 2025
1 parent 4efadfd commit eb0d294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/api/track/click/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const POST = async (req: Request) => {
};

export const OPTIONS = () => {
return new Response("OK", {
return new Response(null, {
status: 204,
headers: CORS_HEADERS,
});
Expand Down

0 comments on commit eb0d294

Please sign in to comment.