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

3 lines
68 B
TypeScript
Raw Normal View History

2023-06-16 11:49:14 -04:00
export { GET, POST } from '@/auth'
2023-06-16 13:01:52 -04:00
// export const runtime = 'edge'