chatbot-template/app/api/auth/[...nextauth]/route.ts
2023-06-16 23:05:41 +02:00

2 lines
65 B
TypeScript

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