Skip to content

Commit

Permalink
logging to see if we can build redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Jan 31, 2024
1 parent 336d0d1 commit 4b806d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/[message]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export async function POST(
const message = await getMessage(params.message);
const body = await request.json();
const { trustedData } = body;
console.log(JSON.stringify(trustedData, null, 2));

if (!trustedData) {
return new Response("Missing trustedData", { status: 441 });
Expand Down

0 comments on commit 4b806d4

Please sign in to comment.