mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
feat: save to notion
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user