Merge pull request #3 from useMotionValue/dev

feat: save to notion
This commit is contained in:
useMotionValue
2023-04-30 17:15:42 +08:00
committed by GitHub

View File

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