feat: save to notion

This commit is contained in:
useMotionValue
2023-04-30 17:15:03 +08:00
parent 59543179d7
commit 31004a7e89

View File

@@ -34,10 +34,10 @@ export async function POST(req: NextRequest) {
},
plain_text: topic,
},
],
] as any,
},
},
children: blocks,
children: blocks as any,
});
return NextResponse.json(res);
}