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