chatbot-template/app/api/auth/[...nextauth]/route.ts
2023-05-22 10:16:09 -04:00

2 lines
67 B
TypeScript

export { GET, POST } from "@/auth";
export const runtime = "edge";