diff --git a/apps/blogai/components/header.tsx b/apps/blogai/components/header.tsx index a0520aa..a869427 100644 --- a/apps/blogai/components/header.tsx +++ b/apps/blogai/components/header.tsx @@ -408,7 +408,7 @@ export function DetailPageHeader({ data }: { data: any }) { const res = await fetch(endpoint, { method: "POST", headers: { "Content-Type": "application/json" }, - body: JSON.stringify({ user_name: userName, id: id }), + body: JSON.stringify({ user_name: userName, n_id: id }), }); const json = await res.json();