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

3 lines
68 B
TypeScript
Raw Normal View History

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