From 2cb7353e6a1013a1dfd485f7a8cf984bbd5d6c3a Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 16 Jun 2025 00:09:11 +0800 Subject: [PATCH] . --- apps/blogai/components/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();