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

3 lines
65 B
TypeScript
Raw Normal View History

2023-06-16 11:49:14 -04:00
export { GET, POST } from '@/auth'
2023-06-16 23:05:41 +02:00
export const runtime = 'edge'