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

3 lines
69 B
TypeScript
Raw Normal View History

2023-06-02 15:33:48 -04:00
export { GET, POST } from '@/auth'
2023-06-10 17:16:00 -04:00
// export const runtime = 'edge'