项目文件夹

文件
2026-07-13 12:58:18 +08:00

5 行
187 B
TypeScript

import { copilotSingleEndpoint } from "../utils/endpoints";
import { defineHonoEventHandler } from "../utils/hono-handler";
export default defineHonoEventHandler(copilotSingleEndpoint);