5 lines
187 B
TypeScript
5 lines
187 B
TypeScript
import { copilotSingleEndpoint } from "../utils/endpoints";
|
|
import { defineHonoEventHandler } from "../utils/hono-handler";
|
|
|
|
export default defineHonoEventHandler(copilotSingleEndpoint);
|