chatbot-template/app/api/auth/[...nextauth]/route.ts

3 lines
67 B
TypeScript
Raw Normal View History

2023-05-22 10:16:09 -04:00
export { GET, POST } from "@/auth";
export const runtime = "edge";