chatbot-template/app/api/auth/[...nextauth]/route.ts
2023-06-02 15:33:48 -04:00

2 lines
65 B
TypeScript

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