mirror of
https://github.com/vercel/commerce.git
synced 2025-06-28 01:11:24 +00:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { authOptions } from 'lib/auth/config';
|
|
import NextAuth from 'next-auth';
|
|
|
|
const handler = NextAuth(authOptions);
|
|
export { handler as GET, handler as POST };
|