2025-09-02 16:29:17 +08:00

15 lines
428 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Video-Flow AI剪辑导出API路由
* 文件路径: video-flow/app/api/export/ai-clips/route.ts
* 作者: 资深全栈开发工程师
* 创建时间: 2025-01-08
*
* 这个API端点专门为Video-Flow项目提供AI剪辑导出功能
* 复用OpenCut项目的核心导出逻辑但适配Video-Flow的数据结构
*/
// 直接导出适配器中的POST函数
export { POST } from '../../../../api/export-adapter';